Hi Ian,
El vie 21 mar 2014 18:40:04 ART, Ian Campbell escribió:
As advised by Tom.
Signed-off-by: Ian Campbell <[email protected]>
Cc: Tom Rini <[email protected]>
---
include/configs/sunxi-common.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index c76cf88..9070462 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -96,9 +96,9 @@
/*
* Size of malloc() pool
- * 1MB = 0x100000, 0x100000 = 1024 * 1024
+ * 4MB = 0x400000, 0x400000 = 1024 * 1024
The numbers don't add up on there there :)
*/
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20))
+#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (4 << 20))
/* Flat Device Tree (FDT/DT) support */
#define CONFIG_OF_LIBFDT
Thanks for working on all this! :)
Emilio
--
You received this message because you are subscribed to the Google Groups
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.