diff options
| author | Jason Jin <Jason.jin@freescale.com> | 2011-08-19 10:09:57 +0800 | 
|---|---|---|
| committer | jason <jason@jason-ThinkPad-T61.(none)> | 2011-09-04 22:46:55 +0800 | 
| commit | 90fa92dc08734e957ef064961f33190b9bf072fe (patch) | |
| tree | ee483e781570a17cebbf21c6f1c6f2b1a59d43f5 | |
| parent | 444ddfc751038625035b0d7dddef88c1b313422b (diff) | |
| download | olio-uboot-2014.01-90fa92dc08734e957ef064961f33190b9bf072fe.tar.xz olio-uboot-2014.01-90fa92dc08734e957ef064961f33190b9bf072fe.zip | |
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 <Jason.jin@freescale.com>
| -rw-r--r-- | include/configs/M52277EVB.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index bb3b474bd..57225447f 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 |