diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-03-30 01:19:06 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-13 18:03:29 -0700 |
commit | f33fca22e76f20e4e4793810ca7a06a4805a6cf4 (patch) | |
tree | 6a4e74cf466ad7db95615adcdce85098ba527e6f /include/configs/M5475EVB.h | |
parent | e99ccb488181d012248c6be30b2093e950319fc5 (diff) |
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 <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/configs/M5475EVB.h')
-rw-r--r-- | include/configs/M5475EVB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5475EVB.h b/include/configs/M5475EVB.h index f0d42beb997..a4e6c5d1257 100644 --- a/include/configs/M5475EVB.h +++ b/include/configs/M5475EVB.h @@ -132,7 +132,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 8 |