summaryrefslogtreecommitdiff
path: root/configs/imgtec_xilfpga_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-28 16:16:43 -0400
committerTom Rini <trini@konsulko.com>2021-08-28 21:27:03 -0400
commitdbcd8f347717dfcde2a6dcb6a06c3965432de6e8 (patch)
tree10f5c1efea8b0409e4fdf4654fbde4b42e3241f1 /configs/imgtec_xilfpga_defconfig
parentb9cb74a5aa256fc34a1b2b9dd847a985b91f34f6 (diff)
downloadu-boot-WIP/migrate-SYS_MALLOC_LEN.tar.gz
Convert CONFIG_SYS_MALLOC_LEN to KconfigWIP/migrate-SYS_MALLOC_LEN
This converts the following to Kconfig: CONFIG_SYS_MALLOC_LEN Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/imgtec_xilfpga_defconfig')
-rw-r--r--configs/imgtec_xilfpga_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imgtec_xilfpga_defconfig b/configs/imgtec_xilfpga_defconfig
index c8e09829df..061e0f3b95 100644
--- a/configs/imgtec_xilfpga_defconfig
+++ b/configs/imgtec_xilfpga_defconfig
@@ -1,6 +1,7 @@
CONFIG_MIPS=y
CONFIG_SYS_MALLOC_F_LEN=0x600
CONFIG_ENV_SIZE=0x4000
+CONFIG_SYS_MALLOC_LEN=0x40000
CONFIG_DEFAULT_DEVICE_TREE="nexys4ddr"
CONFIG_TARGET_XILFPGA=y
# CONFIG_MIPS_BOOT_ENV_LEGACY is not set