]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-rockchip/bootrom.c
Merge git://git.denx.de/u-boot-sh
[u-boot] / arch / arm / mach-rockchip / bootrom.c
index 4ca996231015a38cd0a5c05e288d28be73c4b284..8380e4e00613b8c2cd8e4fc587226b51d6dba2e1 100644 (file)
@@ -9,8 +9,8 @@
 
 void back_to_bootrom(void)
 {
-#if defined(CONFIG_SPL_LIBCOMMON_SUPPORT) && !defined(CONFIG_TPL_BUILD)
-       puts("Returning to boot ROM...");
+#if CONFIG_IS_ENABLED(LIBCOMMON_SUPPORT)
+       puts("Returning to boot ROM...\n");
 #endif
        _back_to_bootrom_s();
 }