]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ColdFire:disable the NFS define for 52277 board.
authorJason Jin <Jason.jin@freescale.com>
Fri, 19 Aug 2011 02:09:57 +0000 (10:09 +0800)
committerjason <jason@jason-ThinkPad-T61.(none)>
Sun, 4 Sep 2011 14:46:55 +0000 (22:46 +0800)
There is no network device on ColdFire 52277EVB board.But the default
cmd include NFS define which make the build error.

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
include/configs/M52277EVB.h

index bb3b474bd8c1f3a27265c36eb043f638b42cae43..57225447fb3133d0939d1188b226dac36c9894b1 100644 (file)
@@ -69,6 +69,7 @@
 #define CONFIG_CMD_MEMORY
 #define CONFIG_CMD_MISC
 #undef CONFIG_CMD_NET
+#undef CONFIG_CMD_NFS
 #define CONFIG_CMD_REGINFO
 #undef CONFIG_CMD_USB
 #undef CONFIG_CMD_BMP