public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] nmdk8815: rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
@ 2009-02-18  0:19 Mike Frysinger
  2009-02-20  7:12 ` Jean-Christophe PLAGNIOL-VILLARD
  2009-02-20  7:48 ` Alessandro Rubini
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2009-02-18  0:19 UTC (permalink / raw)
  To: u-boot

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
 
-- 
1.6.1.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-20 14:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18  0:19 [U-Boot] [PATCH] nmdk8815: rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV Mike Frysinger
2009-02-20  7:12 ` Jean-Christophe PLAGNIOL-VILLARD
2009-02-20  7:48 ` Alessandro Rubini
2009-02-20 14:28   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox