]> Git Repo - u-boot.git/commitdiff
spl: include timezone in banner
authorKlaus Goger <[email protected]>
Thu, 4 Jan 2018 06:22:11 +0000 (07:22 +0100)
committerTom Rini <[email protected]>
Mon, 29 Jan 2018 17:50:13 +0000 (12:50 -0500)
Include the timezone in the SPL banner so the timestamp matches with
that from u-boot proper.

Signed-off-by: Klaus Goger <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
common/spl/spl.c

index 2ebab8f0c28a41d6df6120b3f91841f9f2aa991b..b1ce56d0d07156e4de9418d7f969f59e4cb8f691 100644 (file)
@@ -479,7 +479,7 @@ void preloader_console_init(void)
 
 #ifndef CONFIG_SPL_DISABLE_BANNER_PRINT
        puts("\nU-Boot SPL " PLAIN_VERSION " (" U_BOOT_DATE " - " \
-                       U_BOOT_TIME ")\n");
+                       U_BOOT_TIME " " U_BOOT_TZ ")\n");
 #endif
 #ifdef CONFIG_SPL_DISPLAY_PRINT
        spl_display_print();
This page took 0.035524 seconds and 4 git commands to generate.