summaryrefslogtreecommitdiff
path: root/include/configs/malta.h
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2013-11-26 17:45:28 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-11-26 20:49:42 (GMT)
commit67d4752d1dae768c7ff381272880d4aceeb62085 (patch)
tree81af9b013bc27678886e4666e74499897cc21827 /include/configs/malta.h
parentbea12b782337105feeb3aeb0875d110eed007803 (diff)
downloadu-boot-67d4752d1dae768c7ff381272880d4aceeb62085.tar.xz
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 <paul.burton@imgtec.com>
Diffstat (limited to 'include/configs/malta.h')
-rw-r--r--include/configs/malta.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h
index 666cca9..cc574ed 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