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/M54455EVB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/M54455EVB.h') diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index f33ccb0c8..a3c71e37d 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -179,7 +179,7 @@ #ifdef CONFIG_CMD_PCI #define CONFIG_PCI 1 #define CONFIG_PCI_PNP 1 -#define CONFIG_SKIPPCI_HOSTBRIDGE +#define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE 1 #define CFG_PCI_CACHE_LINE_SIZE 4 -- cgit v1.2.3