commit | f442e0fd5748c0eced7dd434d988581728f16fcc | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Feb 13 13:06:37 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 19 08:55:43 2019 -0500 |
tree | 158eb74d8529d57954cd7d2898221ee49dfc58e9 | |
parent | 8659d7885650802e431d575b61a9c44701202daa [diff] |
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>