summaryrefslogtreecommitdiff
path: root/configs/sei510_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/sei510_defconfig
parentb9cb74a5aa256fc34a1b2b9dd847a985b91f34f6 (diff)
downloadu-boot-dbcd8f347717dfcde2a6dcb6a06c3965432de6e8.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/sei510_defconfig')
-rw-r--r--configs/sei510_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sei510_defconfig b/configs/sei510_defconfig
index 8099b40b55..332e2b0c81 100644
--- a/configs/sei510_defconfig
+++ b/configs/sei510_defconfig
@@ -6,6 +6,7 @@ CONFIG_SYS_TEXT_BASE=0x01000000
CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_SIZE=0x10000
CONFIG_ENV_OFFSET=0xFFFF0000
+CONFIG_SYS_MALLOC_LEN=0x8000000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="meson-g12a-sei510"
CONFIG_MESON_G12A=y