[U-Boot] [PATCH] nmdk8815: rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV

Signed-off-by: Mike Frysinger vapier@gentoo.org --- include/configs/nmdk8815.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/nmdk8815.h b/include/configs/nmdk8815.h index 01de08f..7f0c26a 100644 --- a/include/configs/nmdk8815.h +++ b/include/configs/nmdk8815.h @@ -38,7 +38,7 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP /* At this point there is no flash driver, so remove some commands */ -#undef CONFIG_CMD_ENV +#undef CONFIG_CMD_SAVEENV #undef CONFIG_CMD_FLASH #undef CONFIG_CMD_IMLS

On 19:19 Tue 17 Feb , Mike Frysinger wrote:
Signed-off-by: Mike Frysinger vapier@gentoo.org
please apply directly
tks
Best Regards, J.

On Friday 20 February 2009 02:48:05 Alessandro Rubini wrote:
Sorry for the naive question but:
/* At this point there is no flash driver, so remove some commands */ -#undef CONFIG_CMD_ENV +#undef CONFIG_CMD_SAVEENV
The later nand patch removes this undef. What if git reports a conflict? Should I resubmit?
if another patch being submitted deletes this line, then there's no need for my patch -mike
participants (3)
-
Alessandro Rubini
-
Jean-Christophe PLAGNIOL-VILLARD
-
Mike Frysinger