aboutsummaryrefslogtreecommitdiff
path: root/src/device/pci_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_device.c')
-rw-r--r--src/device/pci_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/pci_device.c b/src/device/pci_device.c
index cd98f07605..161715fadd 100644
--- a/src/device/pci_device.c
+++ b/src/device/pci_device.c
@@ -734,8 +734,8 @@ static int should_load_oprom(struct device *dev)
static void oprom_pre_graphics_stall(void)
{
- if (CONFIG_PRE_GRAPHICS_DELAY)
- mdelay(CONFIG_PRE_GRAPHICS_DELAY);
+ if (CONFIG_PRE_GRAPHICS_DELAY_MS)
+ mdelay(CONFIG_PRE_GRAPHICS_DELAY_MS);
}
/** Default handler: only runs the relevant PCI BIOS. */