projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7beccc5
)
ARM: rmobile: Set maximum kernel size to 64 MiB on Gen3
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Tue, 10 Apr 2018 14:06:40 +0000
(16:06 +0200)
committer
Marek Vasut
<marex@denx.de>
Wed, 11 Apr 2018 21:19:52 +0000
(23:19 +0200)
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>
include/configs/rcar-gen3-common.h
patch
|
blob
|
history
diff --git
a/include/configs/rcar-gen3-common.h
b/include/configs/rcar-gen3-common.h
index bbaab80e23060465e13706f4b5be52885c429ac9..da82e4442a80e49a4859498ff91eb0e42b46f64c 100644
(file)
--- 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