]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mimc/mimc200/mimc200.c
Merge branch 'mimc200' into next
[karo-tx-uboot.git] / board / mimc / mimc200 / mimc200.c
index 1092cd036da7c41061ce1dc25b3d405ddba6b059..ec83b9d4a957f7df5209bddd43d05c62a382e34a 100644 (file)
@@ -76,7 +76,7 @@ int board_early_init_f(void)
 
        /* are we suppressing the console ? */
        if (gpio_get_value(GPIO_PIN_PE(21)) == 1)
-               gd->flags |= GD_FLG_SILENT;
+               gd->flags |= (GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE);
 
        /* reset phys */
        portmux_select_gpio(PORTMUX_PORT_E, 1 << 24, PORTMUX_DIR_INPUT);