]> Git Repo - J-u-boot.git/commitdiff
Kconfig: Increase the pre-relocation memory
authorPratyush Yadav <[email protected]>
Fri, 16 Oct 2020 10:46:33 +0000 (16:16 +0530)
committerTom Rini <[email protected]>
Wed, 28 Oct 2020 15:49:31 +0000 (11:49 -0400)
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Kconfig

diff --git a/Kconfig b/Kconfig
index 990353800f406f309673c82f46014281393ba7ea..c94b10e9fa7206ff55bc62d2e3ec7cf64e4959bb 100644 (file)
--- 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 || \
This page took 0.027688 seconds and 4 git commands to generate.