
7 Jun
2019
7 Jun
'19
5:04 p.m.
On AArch64, kernel images are not self-decompressing and easily exceed the 8MB limit.
Signed-off-by: Laurent Bonnans laurent.bonnans@here.com --- include/configs/rpi.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 9ce41767a9..1a5ae26ae7 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -55,6 +55,7 @@ #define CONFIG_SYS_MEMTEST_START 0x00100000 #define CONFIG_SYS_MEMTEST_END 0x00200000 #define CONFIG_LOADADDR 0x00200000 +#define CONFIG_SYS_BOOTM_LEN SZ_64M
/* Devices */ /* GPIO */
--
2.20.1