summaryrefslogtreecommitdiff
path: root/configs/da850_am18xxevm_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-02-13 13:06:37 -0600
committerTom Rini <trini@konsulko.com>2019-02-19 08:55:43 -0500
commit591353d011b5ff6dbc8511b7a839cddf5b610495 (patch)
tree158eb74d8529d57954cd7d2898221ee49dfc58e9 /configs/da850_am18xxevm_defconfig
parent362d00dfff049603ada5e0257943f0d74aeb8854 (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>
Diffstat (limited to 'configs/da850_am18xxevm_defconfig')
-rw-r--r--configs/da850_am18xxevm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850_am18xxevm_defconfig b/configs/da850_am18xxevm_defconfig
index 58745fec82..419224104a 100644
--- a/configs/da850_am18xxevm_defconfig
+++ b/configs/da850_am18xxevm_defconfig
@@ -6,6 +6,7 @@ CONFIG_MAC_ADDR_IN_EEPROM=y
CONFIG_TI_COMMON_CMD_OPTIONS=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_SYS_MALLOC_F_LEN=0x800
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y