projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea12b7
)
malta: set CONFIG_SYS_BOOTM_LEN to 64MB
author
Paul Burton
<paul.burton@imgtec.com>
Tue, 26 Nov 2013 17:45:28 +0000
(17:45 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/include/configs/malta.h
b/include/configs/malta.h
index 666cca99a4cf71ea404d7d3021bd5e66b6a5164b..cc574ed040080bbae84611815ea84f226aaf85a9 100644
(file)
--- 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