From: Paul Burton Date: Tue, 26 Nov 2013 17:45:28 +0000 (+0000) Subject: malta: set CONFIG_SYS_BOOTM_LEN to 64MB X-Git-Tag: v2014.01-rc2~55^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=67d4752d1dae768c7ff381272880d4aceeb62085;p=oweals%2Fu-boot.git malta: set CONFIG_SYS_BOOTM_LEN to 64MB Allow a larger kernel binary to be decompressed - the default 8MB can become limiting on a Malta. Signed-off-by: Paul Burton --- diff --git a/include/configs/malta.h b/include/configs/malta.h index 666cca99a4..cc574ed040 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -54,6 +54,7 @@ #define CONFIG_SYS_MALLOC_LEN (128 * 1024) #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) +#define CONFIG_SYS_BOOTM_LEN (64 * 1024 * 1024) /* * Console configuration