projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af09eba
)
spl: include timezone in banner
author
Klaus Goger
<klaus.goger@theobroma-systems.com>
Thu, 4 Jan 2018 06:22:11 +0000
(07:22 +0100)
committer
Tom Rini
<trini@konsulko.com>
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 <klaus.goger@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
common/spl/spl.c
patch
|
blob
|
history
diff --git
a/common/spl/spl.c
b/common/spl/spl.c
index 2ebab8f0c28a41d6df6120b3f91841f9f2aa991b..b1ce56d0d07156e4de9418d7f969f59e4cb8f691 100644
(file)
--- a/
common/spl/spl.c
+++ b/
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();