summaryrefslogtreecommitdiff
path: root/include/configs/rpi.h
diff options
context:
space:
mode:
authorBonnans, Laurent <laurent.bonnans@here.com>2019-07-31 11:59:41 +0000
committerMatthias Brugger <mbrugger@suse.com>2019-09-06 18:16:59 +0200
commit659f4fe3c62a92f6514a652eb555b6a90038782d (patch)
tree0488cd98d931b66c0e2976bf142345c15902f77a /include/configs/rpi.h
parentb1125802a524641ad1ac803b4a617756d26f007d (diff)
rpi: increase SYS_BOOTM_LEN to 64M on ARM64
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>
Diffstat (limited to 'include/configs/rpi.h')
-rw-r--r--include/configs/rpi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 8473cecd943..77d2d5458a1 100644
--- 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