summaryrefslogtreecommitdiff
path: root/configs/da850evm_direct_nor_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/da850evm_direct_nor_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/da850evm_direct_nor_defconfig')
-rw-r--r--configs/da850evm_direct_nor_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig
index be818dff55..166e77b8e3 100644
--- a/configs/da850evm_direct_nor_defconfig
+++ b/configs/da850evm_direct_nor_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x60000000
CONFIG_TARGET_DA850EVM=y
CONFIG_DA850_LOWLEVEL=y
CONFIG_TI_COMMON_CMD_OPTIONS=y
+CONFIG_SYS_MALLOC_F_LEN=0x800
CONFIG_NR_DRAM_BANKS=1
CONFIG_SYS_EXTRA_OPTIONS="USE_NOR,DIRECT_NOR_BOOT"
CONFIG_BOOTDELAY=3