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:
b112580
)
rpi: increase SYS_BOOTM_LEN to 64M on ARM64
author
Bonnans, Laurent
<laurent.bonnans@here.com>
Wed, 31 Jul 2019 11:59:41 +0000
(11:59 +0000)
committer
Matthias Brugger
<mbrugger@suse.com>
Fri, 6 Sep 2019 16:16:59 +0000
(18:16 +0200)
On AArch64, kernel images are not self-decompressing and easily exceed
the 8MB limit.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
include/configs/rpi.h
patch
|
blob
|
history
diff --git
a/include/configs/rpi.h
b/include/configs/rpi.h
index 8473cecd9432ef5a6bf0905c8190c234ed300bed..77d2d5458a1fa83eed06279b97e34bf7153d45f5 100644
(file)
--- a/
include/configs/rpi.h
+++ b/
include/configs/rpi.h
@@
-55,6
+55,10
@@
#define CONFIG_SYS_MEMTEST_END 0x00200000
#define CONFIG_LOADADDR 0x00200000
+#ifdef CONFIG_ARM64
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
+#endif
+
/* Devices */
/* GPIO */
#define CONFIG_BCM2835_GPIO