summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/sb800/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/sb800/ide.c')
-rw-r--r--src/southbridge/amd/sb800/ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb800/ide.c b/src/southbridge/amd/sb800/ide.c
index eb287f2cb20b..a63878b41d43 100644
--- a/src/southbridge/amd/sb800/ide.c
+++ b/src/southbridge/amd/sb800/ide.c
@@ -58,7 +58,7 @@ static void ide_init(struct device *dev)
pci_write_config8(dev, 0xAD, byte);
}
-#if CONFIG_PCI_ROM_RUN == 1
+#if CONFIG_PCI_ROM_RUN
pci_dev_init(dev);
#endif
}