]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap-common/spl.c
omap/spl: actually enable the console
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap-common / spl.c
index d37ca0ff5a72b399ff45d6fdfc065cd2a61cae55..2c59d2b36bd515936c0afd68bfd671e4f8b1985e 100644 (file)
@@ -156,6 +156,8 @@ void preloader_console_init(void)
 
        serial_init();          /* serial communications setup */
 
+       gd->have_console = 1;
+
        /* Avoid a second "U-Boot" coming from this string */
        u_boot_rev = &u_boot_rev[7];