From: Marek Vasut Date: Tue, 10 Apr 2018 14:06:40 +0000 (+0200) Subject: ARM: rmobile: Set maximum kernel size to 64 MiB on Gen3 X-Git-Tag: v2018.05-rc2~18^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97ed677831e45b789fc19bd807273ff34486efb8;p=u-boot ARM: rmobile: Set maximum kernel size to 64 MiB on Gen3 The Gen3 kernel images are often above 8 MiB, increase the maximum kernel size to 64 MiB to future-proof it, just like many other ARM64 boards do. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index bbaab80e23..da82e4442a 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -51,6 +51,7 @@ #define CONFIG_SYS_MONITOR_LEN (256 * 1024) #define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024) #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024) +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* ENV setting */ #define CONFIG_ENV_OVERWRITE