]> Git Repo - J-u-boot.git/blobdiff - Kconfig
stm32mp: stm32prog: improve the partitioning trace
[J-u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 991b260182e8960c9ed4f560ee7993f2d489b739..c8c22555a9423a40b73c3c1f0f6b101015a73ee6 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -299,7 +299,7 @@ config SYS_MALLOC_F_LEN
        default 0x4000 if SANDBOX || RISCV || ARCH_APPLE || ROCKCHIP_RK3368 || \
                          ROCKCHIP_RK3399
        default 0x8000 if RCAR_GEN3
-       default 0x10000 if ARCH_IMX8 || (ARCH_IMX8M && !IMX8MQ)
+       default 0x10000 if ARCH_IMX8 || ARCH_IMX8M
        default 0x2000
        help
          Before relocation, memory is very limited on many platforms. Still,
@@ -325,6 +325,7 @@ config SPL_SYS_MALLOC_F_LEN
        depends on SYS_MALLOC_F && SPL
        default 0 if !SPL_FRAMEWORK
        default 0x2800 if RCAR_GEN3
+       default 0x2000 if IMX8MQ
        default SYS_MALLOC_F_LEN
        help
          In SPL memory is very limited on many platforms. Still,
This page took 0.022519 seconds and 4 git commands to generate.