summaryrefslogtreecommitdiff
path: root/configs/ae350_rv64_spl_defconfig
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2021-05-18 09:51:29 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 17:01:52 +0800
commita4691f363ef75783bee626bb8337c3a34d8c0e96 (patch)
tree83c84e8ffbc5ecdcb7a54cbba06b4dfa59079115 /configs/ae350_rv64_spl_defconfig
parent84dee33ca81d72d2c0749d1649d42943ee370210 (diff)
riscv: ae350: Increase malloc size for binman spl flow
It will need larger heap size for u-boot-spl to load u-boot.itb which be generated from binman than USE_SPL_FIT_GENERATOR. Signed-off-by: Rick Chen <rick@andestech.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/ae350_rv64_spl_defconfig')
-rw-r--r--configs/ae350_rv64_spl_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ae350_rv64_spl_defconfig b/configs/ae350_rv64_spl_defconfig
index 61637a916e..d23b56c9bf 100644
--- a/configs/ae350_rv64_spl_defconfig
+++ b/configs/ae350_rv64_spl_defconfig
@@ -2,6 +2,7 @@ CONFIG_RISCV=y
CONFIG_SYS_TEXT_BASE=0x01200000
CONFIG_NR_DRAM_BANKS=2
CONFIG_ENV_SECT_SIZE=0x1000
+CONFIG_SPL_SYS_MALLOC_F_LEN=0x100000
CONFIG_SPL=y
CONFIG_DEFAULT_DEVICE_TREE="ae350_64"
CONFIG_TARGET_AX25_AE350=y