ARM: da850evm: Increase Malloc Size
authorAdam Ford <aford173@gmail.com>
Wed, 13 Feb 2019 19:06:37 +0000 (13:06 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Feb 2019 13:55:43 +0000 (08:55 -0500)
commit591353d011b5ff6dbc8511b7a839cddf5b610495
tree158eb74d8529d57954cd7d2898221ee49dfc58e9
parent362d00dfff049603ada5e0257943f0d74aeb8854
ARM: da850evm: Increase Malloc Size

The SPI NOR frameware was recently updated, but they require a little
more memory that we had previosly allocated, so it stopped booting.
This patch doubles the size of CONFIG_SPL_SYS_MALLOC_F_LEN to 0x800.

Fixes: c4e8862308d4 ("mtd: spi: Switch to new SPI NOR framework")

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850_am18xxevm_defconfig
configs/da850evm_defconfig
configs/da850evm_direct_nor_defconfig
configs/da850evm_nand_defconfig