mips: mtmips: Increase CONFIG_SPL_SYS_MALLOC_F_LEN
authorStefan Roese <sr@denx.de>
Tue, 21 Apr 2020 07:28:50 +0000 (09:28 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 27 Apr 2020 18:30:13 +0000 (20:30 +0200)
commite9dbd1ac8239317809dba140125c1f35f03524de
tree08c5d88c2dd6dd911490c8f4594cd4a941d4ea2b
parent6bd888b63be40342bfa8f7780ac778310140f4d9
mips: mtmips: Increase CONFIG_SPL_SYS_MALLOC_F_LEN

Since SPL now uses malloc to allocate the buffer for the compressed
image before decompression to the destination address, we need to
configure a big enough malloc space in SPL. 256k seems to be big
enough even for the GARDENA board.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Weijie Gao <weijie.gao@mediatek.com>
configs/gardena-smart-gateway-mt7688_defconfig
configs/linkit-smart-7688_defconfig
configs/mt7628_rfb_defconfig