diff options
author | Timur Tabi <timur@freescale.com> | 2012-03-17 17:44:00 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-06-15 16:42:32 -0500 |
commit | 3b6b256c43c66b5524365892ae05c1567052ff11 (patch) | |
tree | 61ea035dad8ae4ba86152c3e3a84a032a504ec18 /include/hush.h | |
parent | fedab338f3459315cb69627fcf46032ec8df1753 (diff) | |
download | u-boot-imx-3b6b256c43c66b5524365892ae05c1567052ff11.zip u-boot-imx-3b6b256c43c66b5524365892ae05c1567052ff11.tar.gz u-boot-imx-3b6b256c43c66b5524365892ae05c1567052ff11.tar.bz2 |
powerpc/83xx: increment malloc heap size for the MPC832x MDS boards
The malloc buffer is not large enough to hold a flash sector (0x20000 bytes)
in addition to whatever else it normally holds, so double its size. This
fixes a failure trying to save the environment:
=> save
Saving Environment to Flash...
Unable to save the rest of sector (122880)
. done
Protected 1 sectors
This problem probably surfaced from some other change that significantly
increased the normal memory usage, thereby not leaving enough room for
the saveenv command.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/hush.h')
0 files changed, 0 insertions, 0 deletions