mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
SPD823TS: do not define CONFIG_CMD_ENV
Since the SPD823TS board does not actually have any writable flash to save its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is disabled. This fixes the build error: common/libcommon.a(cmd_nvedit.o): In function `do_saveenv': common/cmd_nvedit.c:557: undefined reference to `saveenv' make: *** [u-boot] Error 1 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
6b7243aa89
commit
62625c0b08
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
|
||||
#define CONFIG_CMD_IDE
|
||||
|
||||
#undef CONFIG_CMD_ENV
|
||||
#undef CONFIG_CMD_FLASH
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue