summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-10-28 14:50:09 -0400
committerTom Rini <[email protected]>2020-10-28 14:50:09 -0400
commit4f1d3079b9f05bb0c5d2e29bbd514e93a2cc65fd (patch)
tree4e2a6a2ac57a8d21b372c004b18b4d42c799fdca /Kconfig
parent39dd7c1d6bc94e6381ef7418edd8206cae24377f (diff)
parent15995ac3f4840ca14340cadd45a1736bb3747893 (diff)
Merge branch '2020-10-28-mux-driver-framework'
- Add a framework for mux drivers
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 990353800f4..c94b10e9fa7 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 || \