summaryrefslogtreecommitdiffstats
path: root/include/configs/PMC440.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2011-10-13 15:12:22 +0200
committerStefan Roese <sr@denx.de>2011-12-01 09:10:28 +0100
commit2fe6b7f70f423b66e23ad6fb0848b71252b2b2cd (patch)
tree981224253ab1c2a7cbdea438cb4c84d4984ed12e /include/configs/PMC440.h
parenta63d9652757605ec5f7104addc5d38bf10ba8671 (diff)
downloadblackbird-obmc-uboot-2fe6b7f70f423b66e23ad6fb0848b71252b2b2cd.tar.gz
blackbird-obmc-uboot-2fe6b7f70f423b66e23ad6fb0848b71252b2b2cd.zip
ppc4xx: use CONFIG_PCI_BOOTDELAY instead of private implementation
This patch switches PMC440 board code to the CONFIG_PCI_BOOTDELAY option instead of using a private implemention. This relies on Anatolji's patch that moves the pcidelay handling behind pci_target_init. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/PMC440.h')
-rw-r--r--include/configs/PMC440.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h
index bee74aa53d..ed47a87820 100644
--- a/include/configs/PMC440.h
+++ b/include/configs/PMC440.h
@@ -432,6 +432,8 @@
#define CONFIG_SYS_PCI_MASTER_INIT
#define CONFIG_SYS_PCI_BOARD_FIXUP_IRQ
+#define CONFIG_PCI_BOOTDELAY 0
+
/* PCI identification */
#define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x12FE /* PCI Vendor ID: esd gmbh */
#define CONFIG_SYS_PCI_SUBSYS_ID_NONMONARCH 0x0441 /* PCI Device ID: Non-Monarch */
OpenPOWER on IntegriCloud