Re: [U-Boot] [PATCH] SPD823TS: do not define CONFIG_CMD_ENV

2009-01-28 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200901281354.18466.vap...@gentoo.org> you wrote: > > btw, i find the "CONFIG_CMD_ENV -> saveenv" bindings a bit confusing. any > qualms with doing a giant sed to convert it to CONFIG_CMD_SAVEENV ? > sed -i 's:CONFIG_CMD_ENV\>:CONFIG_CMD_SAVEENV:g' \ > includ

Re: [U-Boot] [PATCH] SPD823TS: do not define CONFIG_CMD_ENV

2009-01-28 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1233168535-16153-1-git-send-email-vap...@gentoo.org> you wrote: > 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

Re: [U-Boot] [PATCH] SPD823TS: do not define CONFIG_CMD_ENV

2009-01-28 Thread Mike Frysinger
On Wednesday 28 January 2009 13:48:55 Mike Frysinger wrote: > 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. btw, i find the "CONFIG_CMD_ENV -> saveenv" bindings a bit confusing. any qu

[U-Boot] [PATCH] SPD823TS: do not define CONFIG_CMD_ENV

2009-01-28 Thread Mike Frysinger
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