summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2022-11-01 01:45:04 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2022-11-01 10:35:17 +0800
commit4a2fd51f6a3335e9370cb22f9967527d6ec0532e (patch)
tree1455370e3482e8aa2abf5df050c8b06485355357
parenta240c7e4e50bc220e5b6e31f3f8cb8e75c72e6e9 (diff)
downloadu-boot-socfpga-4a2fd51f6a3335e9370cb22f9967527d6ec0532e.tar.gz
configs: socfpga: Add missing CONFIG_SYS_MALLOC_F_LEN into socfpga defconfig
The CONFIG_SYS_MALLOC_F_LEN was missing in the uboot 2022.10. This is required to be added back. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--configs/socfpga_n5x_legacy_defconfig1
-rw-r--r--configs/socfpga_stratix10_legacy_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_n5x_legacy_defconfig b/configs/socfpga_n5x_legacy_defconfig
index 8bcd6d4ea2..a19159470a 100644
--- a/configs/socfpga_n5x_legacy_defconfig
+++ b/configs/socfpga_n5x_legacy_defconfig
@@ -5,6 +5,7 @@ CONFIG_COUNTER_FREQUENCY=400000000
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_TEXT_BASE=0x1000
CONFIG_SYS_MALLOC_LEN=0x500000
+CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_NR_DRAM_BANKS=2
CONFIG_ENV_SIZE=0x1000
CONFIG_ENV_OFFSET=0x200
diff --git a/configs/socfpga_stratix10_legacy_defconfig b/configs/socfpga_stratix10_legacy_defconfig
index 59ded32b2e..c7ae3335cd 100644
--- a/configs/socfpga_stratix10_legacy_defconfig
+++ b/configs/socfpga_stratix10_legacy_defconfig
@@ -5,6 +5,7 @@ CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_TEXT_BASE=0x1000
CONFIG_SYS_MALLOC_LEN=0x500000
+CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_NR_DRAM_BANKS=2
CONFIG_ENV_SIZE=0x1000
CONFIG_ENV_OFFSET=0x200