mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
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>
This commit is contained in:
parent
444ddfc751
commit
90fa92dc08
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue