diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2009-07-23 14:09:38 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2009-07-27 10:17:54 -0500 |
commit | be9b56df02168ca97562d6b9ec791136e4cd925a (patch) | |
tree | 0b2447e77452333568baac7058de79144eb28908 /include/configs/MVBLM7.h | |
parent | 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69 (diff) | |
download | u-boot-imx-be9b56df02168ca97562d6b9ec791136e4cd925a.zip u-boot-imx-be9b56df02168ca97562d6b9ec791136e4cd925a.tar.gz u-boot-imx-be9b56df02168ca97562d6b9ec791136e4cd925a.tar.bz2 |
mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MVBLM7.h')
-rw-r--r-- | include/configs/MVBLM7.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index ac8cb57..aa91805 100644 --- a/include/configs/MVBLM7.h +++ b/include/configs/MVBLM7.h @@ -40,7 +40,6 @@ #define CONFIG_SYS_IMMR 0xE0000000 #define CONFIG_PCI -#define CONFIG_83XX_GENERIC_PCI #define CONFIG_PCI_SKIP_HOST_BRIDGE #define CONFIG_HARD_I2C #define CONFIG_TSEC_ENET |