From: Inha Song Date: Tue, 4 Nov 2014 06:47:31 +0000 (+0900) Subject: tizen: change environment offset and size X-Git-Tag: submit/tizen_common/20150115.132736~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5227c0cf9600cc6e0a7e3b6949e2f6d436873b5;p=platform%2Fkernel%2Fu-boot.git tizen: change environment offset and size This patch changes environment offset and size in order to unify the environment location. Change-Id: I9d3195b733c1bbfcb5d0e8c0ef504844b17181f9 Signed-off-by: Inha Song --- diff --git a/include/configs/tizen.h b/include/configs/tizen.h index 1348eaa5f3..b7d3d31b3c 100644 --- a/include/configs/tizen.h +++ b/include/configs/tizen.h @@ -63,8 +63,8 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV CONFIG_MMC_DEFAULT_DEV -#define CONFIG_ENV_SIZE 4096 -#define CONFIG_ENV_OFFSET (SZ_1K * 1280) /* 1.25 MiB offset */ +#define CONFIG_ENV_SIZE (SZ_1K * 16) +#define CONFIG_ENV_OFFSET (SZ_1K * 3136) #define CONFIG_ENV_OVERWRITE #define CONFIG_SET_DFU_ALT_INFO