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

R Sricharan r.sricharan at ti.com
Fri Feb 17 13:05:33 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 4f4cfe8..240c6db 100644
--- a/include/configs/omap5_evm.h
+++ b/include/configs/omap5_evm.h
@@ -117,6 +117,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