[U-Boot] [PATCH] rpi: increase SYS_BOOTM_LEN to 64M
Matthias Brugger
matthias.bgg at gmail.com
Wed Jul 31 07:12:42 UTC 2019
Hi Laurent,
On 07/06/2019 17:04, Bonnans, Laurent wrote:
> On AArch64, kernel images are not self-decompressing and easily exceed
> the 8MB limit.
>
> Signed-off-by: Laurent Bonnans <laurent.bonnans at 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
>
Sorry for the late reply.
If it's only needed for ARM64 then we should make it set for this architecture,
right?
Next time you send a patch, plese add the maintainers mailinglist. This way I'll
find the patch easier.
Thanks,
Matthias
More information about the U-Boot
mailing list