summaryrefslogtreecommitdiff
path: root/include/configs/u8500.h
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-10-23 15:39:18 +0200
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-10-23 15:39:18 +0200
commitc83bee47845287a8fb74673544fa91219dcb319b (patch)
tree95bd9f59d439290a88f33207166f04ce7a5538ed /include/configs/u8500.h
parent387ae432fffde2b745d9528918af00c35e84db1a (diff)
added CONFIG_CMD_SAVEENV
CONFIG_CMD_ENV is obsoleted by CONFIG_CMD_SAVEENV, but still used in env_emmc.c
Diffstat (limited to 'include/configs/u8500.h')
-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