arm: bcm283x: bcm283x-board-spl: display the SPL version 18/159018/1 accepted/tizen/unified/20171208.062143 submit/tizen/20171207.072626 submit/tizen/20171207.090727
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 6 Nov 2017 10:41:58 +0000 (19:41 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 6 Nov 2017 10:51:23 +0000 (19:51 +0900)
Remove the unuseful log message.
Instead, display the SPL version for providing the build information.

Change-Id: Ibe877ec03fb73a5c0027c3db579344d839d19acc
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/mach-bcm283x/bcm283x-board-spl.c

index a4423f796a5c59f657f110d5dc22424f0fbf329b..742469e2d480248d2a6578fa309e37b718813b9d 100644 (file)
@@ -35,7 +35,6 @@ DECLARE_GLOBAL_DATA_PTR;
 void board_init_f(ulong dummy)
 {
        debug_uart_init();
-       printascii("init debug uart\n\0");
 }
 
 void spl_board_init(void)
@@ -47,7 +46,8 @@ void spl_board_init(void)
        gd->dm_root = NULL;
        dm_init_and_scan(false);
 
-       printascii("spl board init\n\0");
+       printascii("\nU-Boot RPI3 SPL " PLAIN_VERSION " (" U_BOOT_DATE " - " \
+                       U_BOOT_TIME ")\n\n\0");
 }
 
 void board_boot_order(u32 *spl_boot_list)