瀏覽代碼

Disable network support on cmi_mpc5xx board

..because it caused compiler errors and there seems to be no
board maintainer to take care of this.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk 17 年之前
父節點
當前提交
2d1f23aa1e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/configs/cmi_mpc5xx.h

+ 2 - 0
include/configs/cmi_mpc5xx.h

@@ -59,6 +59,8 @@
  */
  */
 #include <config_cmd_default.h>
 #include <config_cmd_default.h>
 
 
+#undef	CONFIG_CMD_NET		/* disabeled - causes compile errors */
+
 #define CONFIG_CMD_MEMORY
 #define CONFIG_CMD_MEMORY
 #define CONFIG_CMD_LOADB
 #define CONFIG_CMD_LOADB
 #define CONFIG_CMD_REGINFO
 #define CONFIG_CMD_REGINFO