]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/board_f.c
board_f: explicitly disable console on early boot
[karo-tx-uboot.git] / common / board_f.c
index f0664bc2b2046acf3fc6f1177c076fcb6d432959..fcfd713b076b0dc45754a634ec982a520e11b7d5 100644 (file)
@@ -1010,6 +1010,7 @@ void board_init_f(ulong boot_flags)
 #endif
 
        gd->flags = boot_flags;
+       gd->have_console = 0;
 
        if (initcall_run_list(init_sequence_f))
                hang();