summaryrefslogtreecommitdiff
path: root/configs/imxrt1050-evk_defconfig
diff options
context:
space:
mode:
authorJesse Taube <mr.bossman075@gmail.com>2022-03-17 14:33:19 -0400
committerStefano Babic <sbabic@denx.de>2022-04-12 21:08:23 +0200
commit3be38e592ee5a4781273f91ea9de1faf9c4d0038 (patch)
tree960c531870a2eb22f4f0f9e4e0bc6a6f79b7c26d /configs/imxrt1050-evk_defconfig
parenta2d6fbf5ff54cdeb2f75708e3551ee2df680a60c (diff)
configs/*imxrt10*: SYS_MALLOC_LEN is too large
1M of heap is more than internal ram making booting without SDRAM not possible now it is 256k Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Diffstat (limited to 'configs/imxrt1050-evk_defconfig')
-rw-r--r--configs/imxrt1050-evk_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imxrt1050-evk_defconfig b/configs/imxrt1050-evk_defconfig
index 118e7177a2..7193e93755 100644
--- a/configs/imxrt1050-evk_defconfig
+++ b/configs/imxrt1050-evk_defconfig
@@ -3,7 +3,7 @@ CONFIG_SYS_DCACHE_OFF=y
# CONFIG_SPL_SYS_DCACHE_OFF is not set
CONFIG_ARCH_IMXRT=y
CONFIG_SYS_TEXT_BASE=0x80002000
-CONFIG_SYS_MALLOC_LEN=0x100000
+CONFIG_SYS_MALLOC_LEN=0x40000
CONFIG_SYS_MALLOC_F_LEN=0x8000
CONFIG_SPL_GPIO=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y