From 4a2fd51f6a3335e9370cb22f9967527d6ec0532e Mon Sep 17 00:00:00 2001 From: "Lokanathan, Raaj" Date: Tue, 1 Nov 2022 01:45:04 +0800 Subject: 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 --- configs/socfpga_n5x_legacy_defconfig | 1 + configs/socfpga_stratix10_legacy_defconfig | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.1