diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-03-30 07:43:55 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-03-30 07:48:05 +0100 |
commit | 0fe668d7d939c3467c856b5aef21e67f8f48383b (patch) | |
tree | dae5526e6c3bd408bfc5efe0b0e868b943ff8c44 /include/configs | |
parent | 4bbd464268f4c70d9704d41d10b5d324b6dc4549 (diff) |
ARM: rmobile: rcar-gen2: Activate bootm_size
Commit d245059ff797 ("ARM: rmobile: rcar-gen3: Activate bootm_size")
only fixed the superfluous CONFIG_SYS_BOOTMAPSZ for R-Car Gen3, even
though it listed all affected boards. Apply the same fix to Gen2.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Fixes: d245059ff797 ("ARM: rmobile: rcar-gen3: Activate bootm_size")
Cc: Eugeniu Rosca <erosca@de.adit-jv.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/rcar-gen2-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index 9213d33e21..7f72ff2e11 100644 --- a/include/configs/rcar-gen2-common.h +++ b/include/configs/rcar-gen2-common.h @@ -38,7 +38,6 @@ #define CONFIG_SYS_MONITOR_BASE 0x00000000 #define CONFIG_SYS_MONITOR_LEN (256 * 1024) #define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024) -#define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024) /* ENV setting */ #define CONFIG_ENV_ADDR 0xC0000 |