summaryrefslogtreecommitdiff
path: root/configs/ls1021aiot_sdcard_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/ls1021aiot_sdcard_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/ls1021aiot_sdcard_defconfig')
-rw-r--r--configs/ls1021aiot_sdcard_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aiot_sdcard_defconfig b/configs/ls1021aiot_sdcard_defconfig
index 7c198988b8..0e4a599266 100644
--- a/configs/ls1021aiot_sdcard_defconfig
+++ b/configs/ls1021aiot_sdcard_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x82000000
CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0x100000
+CONFIG_SYS_MALLOC_LEN=0x1002000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="ls1021a-iot-duart"
CONFIG_SPL_TEXT_BASE=0x10000000