Skip to content

Instantly share code, notes, and snippets.

@mturquette
Created October 6, 2011 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mturquette/1268932 to your computer and use it in GitHub Desktop.
Save mturquette/1268932 to your computer and use it in GitHub Desktop.
diff --git a/lib/board.c b/lib/board.c
index 00173b6..bd29766 100644
--- a/lib/board.c
+++ b/lib/board.c
@@ -244,6 +244,7 @@ void start_armboot (void)
break;
};
#endif
+ printf("I'm here!\n");
/* go run U-Boot and never return */
printf("Starting OS Bootloader from %s ...\n", boot_dev_name);
((init_fnc_t *)CFG_LOADADDR)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment