From f33fca22e76f20e4e4793810ca7a06a4805a6cf4 Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Sun, 30 Mar 2008 01:19:06 -0500 Subject: Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files. Signed-off-by: TsiChung Liew --- include/configs/Total5200.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/Total5200.h') diff --git a/include/configs/Total5200.h b/include/configs/Total5200.h index 2e9a2bc..2507d77 100644 --- a/include/configs/Total5200.h +++ b/include/configs/Total5200.h @@ -80,6 +80,7 @@ #define CONFIG_PCI 1 #define CONFIG_PCI_PNP 1 #define CONFIG_PCI_SCAN_SHOW 1 +#define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE 1 #define CONFIG_PCI_MEM_BUS 0x40000000 #define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS -- cgit v1.1