]> git.sur5r.net Git - u-boot/commitdiff
malta: set CONFIG_SYS_BOOTM_LEN to 64MB
authorPaul Burton <paul.burton@imgtec.com>
Tue, 26 Nov 2013 17:45:28 +0000 (17:45 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 26 Nov 2013 20:49:42 +0000 (21:49 +0100)
Allow a larger kernel binary to be decompressed - the default 8MB can
become limiting on a Malta.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
include/configs/malta.h

index 666cca99a4cf71ea404d7d3021bd5e66b6a5164b..cc574ed040080bbae84611815ea84f226aaf85a9 100644 (file)
@@ -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