aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-04-10 16:06:40 +0200
committerMarek Vasut <marex@denx.de>2018-04-11 23:19:52 +0200
commit97ed677831e45b789fc19bd807273ff34486efb8 (patch)
treeccc102dff3856a825c2d4e0eab727cbd80b92a21
parent7beccc52a1e3482d28bdfa52053583956d4d19e8 (diff)
downloadu-boot-97ed677831e45b789fc19bd807273ff34486efb8.zip
u-boot-97ed677831e45b789fc19bd807273ff34486efb8.tar.gz
u-boot-97ed677831e45b789fc19bd807273ff34486efb8.tar.bz2
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 <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r--include/configs/rcar-gen3-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
index bbaab80..da82e44 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