diff options
author | Jon Loeliger <jdl@freescale.com> | 2005-08-04 17:32:05 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2005-08-04 17:32:05 -0500 |
commit | a99a0a98b9fcf78ee2ceda893e8d4bd9b11e427a (patch) | |
tree | 80c2ca6b378745c4851c9f3c5746661d33b6ac82 /include/configs/MPC8349ADS.h | |
parent | 4b1d95d96a39a71eddd088bb5e0e9e699035c9bf (diff) | |
download | u-boot-imx-a99a0a98b9fcf78ee2ceda893e8d4bd9b11e427a.zip u-boot-imx-a99a0a98b9fcf78ee2ceda893e8d4bd9b11e427a.tar.gz u-boot-imx-a99a0a98b9fcf78ee2ceda893e8d4bd9b11e427a.tar.bz2 |
Default 8349ADS CONFIG_PCI off for now.
Real support for PCI comes in a follow-up patch.
Diffstat (limited to 'include/configs/MPC8349ADS.h')
-rw-r--r-- | include/configs/MPC8349ADS.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/MPC8349ADS.h b/include/configs/MPC8349ADS.h index 8daab31..d6d2fab 100644 --- a/include/configs/MPC8349ADS.h +++ b/include/configs/MPC8349ADS.h @@ -41,7 +41,8 @@ #define CONFIG_MPC8349 1 /* MPC8349 specific */ #define CONFIG_MPC8349ADS 1 /* MPC8349ADS board specific */ -#define CONFIG_PCI +/* FIXME: Real PCI support will come in a follow-up update. */ +#undef CONFIG_PCI #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE |