summaryrefslogtreecommitdiff
path: root/src/devices/oprom/yabel/compat/functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/oprom/yabel/compat/functions.c')
-rw-r--r--src/devices/oprom/yabel/compat/functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/oprom/yabel/compat/functions.c b/src/devices/oprom/yabel/compat/functions.c
index db37fbc6f9..542c81f315 100644
--- a/src/devices/oprom/yabel/compat/functions.c
+++ b/src/devices/oprom/yabel/compat/functions.c
@@ -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
}