km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h
[platform/kernel/u-boot.git] / include / configs / km / km-powerpc.h
index 8ee0ac6..15fef24 100644 (file)
@@ -32,6 +32,9 @@
 
 #define CONFIG_SYS_LOAD_ADDR   0x100000        /* default load address */
 
+/* Reserve 4 MB for malloc */
+#define CONFIG_SYS_MALLOC_LEN          (4 * 1024 * 1024)
+
 /******************************************************************************
  * (PRAM usage)
  * ... -------------------------------------------------------