From: Masahiro Yamada Date: Fri, 27 Jan 2017 21:53:52 +0000 (+0900) Subject: ARM: uniphier: change the offset to environment storage area X-Git-Tag: v2017.03-rc1~1^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b93e3de1e5ec9c7db7ffcf33bc9dcaddff91109;p=oweals%2Fu-boot.git ARM: uniphier: change the offset to environment storage area When ARM Trusted Firmware is used, bl1.bin + fip.bin exceeds 512KB, so the boot image and the current environment area will overlap. Move the environment storage to 1MB offset. Signed-off-by: Masahiro Yamada --- diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index d6dd5eca3a..817bf45f8f 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -80,7 +80,7 @@ /* #define CONFIG_ENV_IS_NOWHERE */ /* #define CONFIG_ENV_IS_IN_NAND */ #define CONFIG_ENV_IS_IN_MMC -#define CONFIG_ENV_OFFSET 0x80000 +#define CONFIG_ENV_OFFSET 0x100000 #define CONFIG_ENV_SIZE 0x2000 /* #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) */