summaryrefslogtreecommitdiff
path: root/include/configs/km/km-powerpc.h
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@keymile.com>2013-10-18 13:47:15 +0400
committerYork Sun <yorksun@freescale.com>2013-10-24 20:35:22 +0400
commitac5b00e007b906b0123a81363ca0323b3a188200 (patch)
tree094e55cd070e084c9494b5bcf5df392f1b8d679c /include/configs/km/km-powerpc.h
parent13287e3d47e40dd0b6cbcbae19fe705617fc42d9 (diff)
downloadu-boot-ac5b00e007b906b0123a81363ca0323b3a188200.tar.xz
km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h
It must be set to a different value for the later add kmp204x architecture, because we are restricted to 1MB SRAM. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include/configs/km/km-powerpc.h')
-rw-r--r--include/configs/km/km-powerpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h
index 8ee0ac6dbf..15fef24db0 100644
--- a/include/configs/km/km-powerpc.h
+++ b/include/configs/km/km-powerpc.h
@@ -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)
* ... -------------------------------------------------------