summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/configs/u8500.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 331258d18..1a7b44945 100755
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -162,6 +162,7 @@
*/
#define CFG_EMMC_BASE 0x80114000 /* EMMC base of size 2GB for 8500 */
#define CONFIG_CMD_ENV
+#define CONFIG_CMD_SAVEENV /* CMD_ENV is obsolete but used in env_emmc.c */
#define CONFIG_ENV_IS_IN_EMMC 1
#define CONFIG_ENV_OFFSET_START 0x260000
#define CONFIG_ENV_OFFSET_END 0x27F000