diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 17:12:46 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-11 17:12:46 -0600 |
commit | 1e8f1da65b78c13125c287b6a989f228df5aed34 (patch) | |
tree | a0f96cbf8c2764a27188f3f83d5fdc0538c145fe /include/configs | |
parent | 21a3cbd0d80b6db06604622732a0467240e378f7 (diff) | |
parent | 19ab485189b5ac5905f701c5bdf21b1f161948cf (diff) | |
download | u-boot-imx-1e8f1da65b78c13125c287b6a989f228df5aed34.zip u-boot-imx-1e8f1da65b78c13125c287b6a989f228df5aed34.tar.gz u-boot-imx-1e8f1da65b78c13125c287b6a989f228df5aed34.tar.bz2 |
Merge branch 'mpc8349ads'
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8349ADS.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/MPC8349ADS.h b/include/configs/MPC8349ADS.h index f7f09b8..7197e0f 100644 --- a/include/configs/MPC8349ADS.h +++ b/include/configs/MPC8349ADS.h @@ -41,9 +41,7 @@ #define CONFIG_MPC8349 1 /* MPC8349 specific */ #define CONFIG_MPC8349ADS 1 /* MPC8349ADS board specific */ -/* FIXME: Real PCI support will come in a follow-up update. */ -#undef CONFIG_PCI - +#define CONFIG_PCI #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE |