diff options
-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 8daab31f581..d6d2fabeec8 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 |