summaryrefslogtreecommitdiffstats
path: root/arch/ppc/configs/da923rc_defconfig
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2014-02-03 15:08:25 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2014-02-04 08:13:40 +0100
commita7dd756dfc79bf9ffcd614b739e8b347b6252bbc (patch)
tree9afd6c9b8f87770fee49041bbe23c68c7285fa5f /arch/ppc/configs/da923rc_defconfig
parentba6ed94b71ef1e82923b7d84eff92c085d0f4ae1 (diff)
downloadbarebox-a7dd756dfc79bf9ffcd614b739e8b347b6252bbc.tar.gz
barebox-a7dd756dfc79bf9ffcd614b739e8b347b6252bbc.tar.xz
DA923RC: increase malloc size
Increase the malloc size so that larger debug Linux image can be loaded. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/configs/da923rc_defconfig')
-rw-r--r--arch/ppc/configs/da923rc_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/configs/da923rc_defconfig b/arch/ppc/configs/da923rc_defconfig
index da1b13aac7..34eab4040d 100644
--- a/arch/ppc/configs/da923rc_defconfig
+++ b/arch/ppc/configs/da923rc_defconfig
@@ -48,7 +48,7 @@ CONFIG_FS_UBIFS=y
CONFIG_FS_UBIFS_COMPRESSION_LZO=y
CONFIG_CMD_UNLZO=y
CONFIG_LZO_DECOMPRESS=y
-CONFIG_MALLOC_SIZE=0x2800000
+CONFIG_MALLOC_SIZE=0x4000000
CONFIG_PROMPT="GE> "
CONFIG_BAUDRATE=9600
CONFIG_RELOCATABLE=y