[U-Boot] [PATCH 3/4] omap3_beagle: Add CONFIG_CMD_ASKENV

Tom Rini trini at ti.com
Mon May 21 23:20:46 CEST 2012


Signed-off-by: Tom Rini <trini at ti.com>
---
 include/configs/omap3_beagle.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 2715211..582ce3e 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -146,6 +146,8 @@
 /* commands to include */
 #include <config_cmd_default.h>
 
+#define CONFIG_CMD_ASKENV
+
 #define CONFIG_CMD_CACHE
 #define CONFIG_CMD_EXT2		/* EXT2 Support			*/
 #define CONFIG_CMD_FAT		/* FAT support			*/
-- 
1.7.9.5



More information about the U-Boot mailing list