Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot
[platform/kernel/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 709912e..9d83d1a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -138,6 +138,8 @@ config SYS_MALLOC_F_LEN
        depends on SYS_MALLOC_F
        default 0x1000 if AM33XX
        default 0x2800 if SANDBOX
+       default 0x2000 if (ARCH_IMX8 || ARCH_IMX8M || ARCH_MX7 || \
+                          ARCH_MX7ULP || ARCH_MX6 || ARCH_MX5)
        default 0x400
        help
          Before relocation, memory is very limited on many platforms. Still,
@@ -173,14 +175,6 @@ config TPL_SYS_MALLOC_F_LEN
          particular needs this to operate, so that it can allocate the
          initial serial device and any others that are needed.
 
-config SPL_SIZE_LIMIT
-       int "Maximum size of SPL image"
-       depends on SPL
-       default 0
-       help
-         Specifies the maximum length of the U-Boot SPL image.
-         If this value is zero, it is ignored.
-
 menuconfig EXPERT
        bool "Configure standard U-Boot features (expert users)"
        default y