diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2009-07-18 18:42:13 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2009-07-18 19:43:04 -0500 |
commit | 9993e196da707a0a1cd4584f1fcef12382c1c144 (patch) | |
tree | 0773fb15441d2175f439111d87219d7b20e620ac /include/configs/MPC8349ITX.h | |
parent | d39041fcadb1231430201d298c31f6be03d654f7 (diff) | |
download | u-boot-imx-9993e196da707a0a1cd4584f1fcef12382c1c144.zip u-boot-imx-9993e196da707a0a1cd4584f1fcef12382c1c144.tar.gz u-boot-imx-9993e196da707a0a1cd4584f1fcef12382c1c144.tar.bz2 |
mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r-- | include/configs/MPC8349ITX.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 068df57..037cad5 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -382,6 +382,7 @@ boards, we say we have two, but don't display a message if we find only one. */ #define CONFIG_NET_MULTI #define CONFIG_PCI_PNP /* do pci plug-and-play */ +#define CONFIG_83XX_GENERIC_PCI #ifndef CONFIG_PCI_PNP #define PCI_ENET0_IOADDR 0x00000000 |