Printing coreboot debug messages on VGA console is pretty much useless, since
[coreboot.git] / src / devices / device.c
index 4143f96d6630e3eb740823aee64411e4bb0094f5..a2619bf00070db755f83b8870f5806313f6352be 100644 (file)
@@ -722,7 +722,7 @@ static void set_vga_bridge_bits(void)
        if (!vga)
                vga = vga_first;
 
-#if CONFIG_CONSOLE_VGA_ONBOARD_AT_FIRST == 1
+#if CONFIG_ONBOARD_VGA_IS_PRIMARY == 1
        if (vga_onboard)        /* Will use onboard VGA as primary. */
 #else
        if (!vga)               /* Will use last add-on adapter as primary. */