浏览代码

Default 8349ADS CONFIG_PCI off for now.
Real support for PCI comes in a follow-up patch.

Jon Loeliger 20 年之前
父节点
当前提交
a99a0a98b9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/configs/MPC8349ADS.h

+ 2 - 1
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