Created
October 6, 2011 22:49
-
-
Save mturquette/1268932 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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