Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
[oweals/u-boot.git] / arch / arm / mach-rockchip / tpl.c
index 5df88bddeb289f360843140d71bc44a4a86c4c70..55f6e922d0a60d7270fda6deb18e4f3dddbe3d71 100644 (file)
@@ -54,8 +54,10 @@ void board_init_f(ulong dummy)
         * printascii("string");
         */
        debug_uart_init();
+#ifdef CONFIG_TPL_BANNER_PRINT
        printascii("\nU-Boot TPL " PLAIN_VERSION " (" U_BOOT_DATE " - " \
                                U_BOOT_TIME ")\n");
+#endif
 #endif
        ret = spl_early_init();
        if (ret) {