refactor vesa mode setting code and bootsplash code
[coreboot.git] / src / devices / oprom / yabel / compat / functions.c
index db37fbc6f99d203610965750d932083c530fa571..542c81f31567d8ff5c45728c49786a3a470c6f15 100644 (file)
@@ -38,7 +38,7 @@ void run_bios(struct device * dev, unsigned long addr)
 
        biosemu(vmem, VMEM_SIZE, dev, addr);
 
-#if CONFIG_BOOTSPLASH
+#if CONFIG_FRAMEBUFFER_SET_VESA_MODE
        vbe_set_graphics();
 #endif
 }