mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
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>
This commit is contained in:
committed by
Matthias Brugger
parent
b1125802a5
commit
659f4fe3c6
@@ -55,6 +55,10 @@
|
|||||||
#define CONFIG_SYS_MEMTEST_END 0x00200000
|
#define CONFIG_SYS_MEMTEST_END 0x00200000
|
||||||
#define CONFIG_LOADADDR 0x00200000
|
#define CONFIG_LOADADDR 0x00200000
|
||||||
|
|
||||||
|
#ifdef CONFIG_ARM64
|
||||||
|
#define CONFIG_SYS_BOOTM_LEN SZ_64M
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Devices */
|
/* Devices */
|
||||||
/* GPIO */
|
/* GPIO */
|
||||||
#define CONFIG_BCM2835_GPIO
|
#define CONFIG_BCM2835_GPIO
|
||||||
|
Reference in New Issue
Block a user