]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
coldfire: cpu5282: increase malloc space to fix crash on start u-boot
authorJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Mon, 23 Sep 2013 06:26:41 +0000 (08:26 +0200)
committerjason <jason@jason-ThinkPad-T61.(none)>
Wed, 6 Nov 2013 14:47:34 +0000 (22:47 +0800)
The malloc space is to small to boot, the current uboot 2013.10-rcX,
This will fix the startup problems by increasing the mallog space to 4MiB.

Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
include/configs/eb_cpu5282.h

index d1650eea3df5a470b6800941c24bb98e96f959b6..bdca7058747c6dccec76eb262228d2c3bcb117e7 100644 (file)
 #define        CONFIG_SYS_SDRAM_SIZE           CONFIG_SYS_SDRAM_SIZE0
 
 #define CONFIG_SYS_MONITOR_LEN         0x20000
-#define CONFIG_SYS_MALLOC_LEN          (256 << 10)
+#define CONFIG_SYS_MALLOC_LEN          (4 * 1024 * 1024)
 #define CONFIG_SYS_BOOTPARAMS_LEN      64*1024
 
 /*