diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2012-06-30 18:29:20 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-07-03 11:07:21 -0500 |
commit | c8a90646adb1c7ca82e856c603ec964b32759d98 (patch) | |
tree | fe6cc45cd669cd6770bee95623356676edbfa6ec /include/configs/MPC8349ITX.h | |
parent | a6cdaa0cd19cc85137a3ae159aac9c4d700b617b (diff) | |
download | u-boot-imx-c8a90646adb1c7ca82e856c603ec964b32759d98.zip u-boot-imx-c8a90646adb1c7ca82e856c603ec964b32759d98.tar.gz u-boot-imx-c8a90646adb1c7ca82e856c603ec964b32759d98.tar.bz2 |
powerpc/mpc83xx: increment malloc heap size
extention of commit 3b6b256 "powerpc/mpc83xx: increment
malloc heap size for the MPC832x MDS boards" to all other
mpc83xx based boards. It fixes "Unable to save the rest
of sector" messages when trying to save the environment
to flash.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r-- | include/configs/MPC8349ITX.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 03873b8..7ecb089 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -349,7 +349,7 @@ boards, we say we have two, but don't display a message if we find only one. */ /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */ #define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */ -#define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserved for malloc */ +#define CONFIG_SYS_MALLOC_LEN (256 * 1024) /* Reserved for malloc */ /* * Local Bus LCRR and LBCR regs |