From c83bee47845287a8fb74673544fa91219dcb319b Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Fri, 23 Oct 2009 15:39:18 +0200 Subject: added CONFIG_CMD_SAVEENV CONFIG_CMD_ENV is obsoleted by CONFIG_CMD_SAVEENV, but still used in env_emmc.c --- include/configs/u8500.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/u8500.h') 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 -- cgit v1.2.3