Browse Source

spl: include timezone in banner

Include the timezone in the SPL banner so the timestamp matches with
that from u-boot proper.

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Klaus Goger 7 năm trước cách đây
mục cha
commit
0b674a3120
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/spl/spl.c

+ 1 - 1
common/spl/spl.c

@@ -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();