summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorPratyush Yadav <p.yadav@ti.com>2020-10-16 16:16:33 +0530
committerTom Rini <trini@konsulko.com>2020-10-28 11:49:31 -0400
commit4145fc189c8a2cc279933ef57888dcf3d7aa463f (patch)
treed6efc97cf260f2bac8761f33b922cebc0a804aa2 /Kconfig
parent35b8b92c85167cee4f6ee44934f0ef8b909a4ed9 (diff)
Kconfig: Increase the pre-relocation memory
The memory is close to full and adding a syscon node in test.dts makes it go over the limit and makes malloc() fail on startup. Signed-off-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 990353800f..c94b10e9fa 100644
--- a/Kconfig
+++ b/Kconfig
@@ -196,7 +196,7 @@ config SYS_MALLOC_F_LEN
hex "Size of malloc() pool before relocation"
depends on SYS_MALLOC_F
default 0x1000 if AM33XX
- default 0x2800 if SANDBOX
+ default 0x4000 if SANDBOX
default 0x2000 if (ARCH_IMX8 || ARCH_IMX8M || ARCH_MX7 || \
ARCH_MX7ULP || ARCH_MX6 || ARCH_MX5 || \
ARCH_LS1012A || ARCH_LS1021A || ARCH_LS1043A || \