[U-Boot] [PATCH] nmdk8815: rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
Mike Frysinger
vapier at gentoo.org
Wed Feb 18 01:19:52 CET 2009
Signed-off-by: Mike Frysinger <vapier at 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
--
1.6.1.3
More information about the U-Boot
mailing list