From 76221a6cfaac9ff2680bfddde6d7d271ff70d7a0 Mon Sep 17 00:00:00 2001 From: Andre Schwarz Date: Tue, 5 Oct 2010 11:59:31 +0200 Subject: PowerPC: change board specific early pci_init() into generic. Signed-off-by: Andre Schwarz --- include/configs/CPC45.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/CPC45.h') diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index 668cfa2ebb..64512637d7 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -467,6 +467,7 @@ *----------------------------------------------------------------------- */ #define CONFIG_PCI /* include pci support */ +#define CONFIG_SYS_EARLY_PCI_INIT #undef CONFIG_PCI_PNP #undef CONFIG_PCI_SCAN_SHOW -- cgit