Skip to content
Snippets Groups Projects
Commit 67d4752d authored by Paul Burton's avatar Paul Burton Committed by Daniel Schwierzeck
Browse files

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: default avatarPaul Burton <paul.burton@imgtec.com>
parent bea12b78
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment