Skip to content

Commit 4a3fc3c

Browse files
committed
spl/tpl: Identify as Tow-Boot and drop date
1 parent 7d6acf5 commit 4a3fc3c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

arch/arm/mach-rockchip/tpl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ void board_init_f(ulong dummy)
6767
*/
6868
debug_uart_init();
6969
#ifdef CONFIG_TPL_BANNER_PRINT
70-
printascii("\nU-Boot TPL " PLAIN_VERSION " (" U_BOOT_DATE " - " \
71-
U_BOOT_TIME ")\n");
70+
printascii("\nTow-Boot " SPL_TPL_NAME " " PLAIN_VERSION "\n");
7271
#endif
7372
#endif
7473
/* Init secure timer */

common/spl/spl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,7 @@ void preloader_console_init(void)
922922
gd->have_console = 1;
923923

924924
#if CONFIG_IS_ENABLED(BANNER_PRINT)
925-
puts("\nU-Boot " SPL_TPL_NAME " " PLAIN_VERSION " (" U_BOOT_DATE " - "
926-
U_BOOT_TIME " " U_BOOT_TZ ")\n");
925+
puts("\nTow-Boot " SPL_TPL_NAME " " PLAIN_VERSION "\n");
927926
#endif
928927
#ifdef CONFIG_SPL_DISPLAY_PRINT
929928
spl_display_print();

0 commit comments

Comments
 (0)