Skip to content
Snippets Groups Projects
Commit 62625c0b authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 6b7243aa
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
#define CONFIG_CMD_IDE #define CONFIG_CMD_IDE
#undef CONFIG_CMD_ENV
#undef CONFIG_CMD_FLASH #undef CONFIG_CMD_FLASH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment