From: Jason Jin Date: Fri, 19 Aug 2011 02:09:57 +0000 (+0800) Subject: ColdFire:disable the NFS define for 52277 board. X-Git-Tag: v2011.09-rc1~67^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=90fa92dc08734e957ef064961f33190b9bf072fe;p=u-boot ColdFire:disable the NFS define for 52277 board. 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 --- diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index bb3b474bd8..57225447fb 100644 --- a/include/configs/M52277EVB.h +++ b/include/configs/M52277EVB.h @@ -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