From: Jon Loeliger Date: Thu, 4 Aug 2005 22:32:05 +0000 (-0500) Subject: Default 8349ADS CONFIG_PCI off for now. X-Git-Tag: LABEL_2006_03_12_0025~242^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a99a0a98b9fcf78ee2ceda893e8d4bd9b11e427a;p=u-boot Default 8349ADS CONFIG_PCI off for now. Real support for PCI comes in a follow-up patch. --- diff --git a/include/configs/MPC8349ADS.h b/include/configs/MPC8349ADS.h index 8daab31f58..d6d2fabeec 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