]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/spl/spl.c
lcd: remove CONFIG_SYS_INVERT_COLORS
[karo-tx-uboot.git] / common / spl / spl.c
index 3cd19f0e186fb9c9bcc71dbc6d48689af7b5b7e5..1826c47a99c464bd0023f3c173cab788de49acb0 100644 (file)
@@ -230,7 +230,9 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
                break;
 #endif
        default:
-               debug("SPL: Un-supported Boot Device\n");
+#if defined(CONFIG_SPL_SERIAL_SUPPORT) && defined(CONFIG_SPL_LIBCOMMON_SUPPORT)
+               printf("SPL: Unsupported Boot Device %d\n", boot_device);
+#endif
                hang();
        }