From: Nandor Han Date: Thu, 15 Feb 2018 10:41:21 +0000 (+0100) Subject: board: ge: ppd: Fix environment variable location X-Git-Tag: v2018.05-rc2~9^2~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8b3ec4d1a2c08ee325da8b61bcc4a3f804be2b4;p=u-boot board: ge: ppd: Fix environment variable location This fixes environment variable location to avoid overlapping with U-Boot itself. Also more space for environment variables has been reserved to prevent future issues. Signed-off-by: Nandor Han Signed-off-by: Sebastian Reichel --- diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index ed8ac48e01..00132d1743 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -199,8 +199,8 @@ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) /* FLASH and environment organization */ -#define CONFIG_ENV_OFFSET (6 * 64 * 1024) -#define CONFIG_ENV_SIZE (8 * 1024) +#define CONFIG_ENV_OFFSET (12 * 64 * 1024) +#define CONFIG_ENV_SIZE (10 * 1024) #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 0