We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6acf5 commit 4a3fc3cCopy full SHA for 4a3fc3c
2 files changed
arch/arm/mach-rockchip/tpl.c
@@ -67,8 +67,7 @@ void board_init_f(ulong dummy)
67
*/
68
debug_uart_init();
69
#ifdef CONFIG_TPL_BANNER_PRINT
70
- printascii("\nU-Boot TPL " PLAIN_VERSION " (" U_BOOT_DATE " - " \
71
- U_BOOT_TIME ")\n");
+ printascii("\nTow-Boot " SPL_TPL_NAME " " PLAIN_VERSION "\n");
72
#endif
73
74
/* Init secure timer */
common/spl/spl.c
@@ -922,8 +922,7 @@ void preloader_console_init(void)
922
gd->have_console = 1;
923
924
#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");
+ puts("\nTow-Boot " SPL_TPL_NAME " " PLAIN_VERSION "\n");
927
928
#ifdef CONFIG_SPL_DISPLAY_PRINT
929
spl_display_print();
0 commit comments