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/MPC837XEMDS.h | |
parent | 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69 (diff) |
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/MPC837XEMDS.h')
-rw-r--r-- | include/configs/MPC837XEMDS.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 9045bc5b3d7..a2a2aadb520 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -381,8 +381,7 @@ #ifndef __ASSEMBLY__ extern int board_pci_host_broken(void); #endif -#define CONFIG_83XX_GENERIC_PCI 1 /* Use generic PCI setup */ -#define CONFIG_83XX_GENERIC_PCIE 1 +#define CONFIG_PCIE #define CONFIG_PQ_MDS_PIB 1 /* PQ MDS Platform IO Board */ #define CONFIG_HAS_FSL_DR_USB 1 /* fixup device tree for the DR USB */ |