[U-Boot] [PATCH V2 17/18] mmc: omap5evm: Add eMMC saveenv support

R Sricharan r.sricharan at ti.com
Thu Mar 1 15:38:42 CET 2012


From: Balaji T K <balajitk at ti.com>

Save env to eMMC

Signed-off-by: Balaji T K <balajitk at ti.com>
---
 include/configs/omap5_evm.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h
index 2dc9811..6c91ee8 100644
--- a/include/configs/omap5_evm.h
+++ b/include/configs/omap5_evm.h
@@ -114,6 +114,7 @@
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV		1	/* SLOT2: eMMC(1) */
 #define CONFIG_ENV_OFFSET		0xE0000
+#define CONFIG_CMD_SAVEENV
 
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
 
-- 
1.7.1



More information about the U-Boot mailing list