From 9802154a94d6a22c5e1b4750d1b573c51afeb8fd Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 1 Nov 2021 12:19:22 +0000 Subject: configs: Resync with savedefconfig Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini --- configs/total_compute_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/total_compute_defconfig') diff --git a/configs/total_compute_defconfig b/configs/total_compute_defconfig index 313507ad7c4..7c70eb0a7c3 100644 --- a/configs/total_compute_defconfig +++ b/configs/total_compute_defconfig @@ -1,12 +1,12 @@ CONFIG_ARM=y CONFIG_TARGET_TOTAL_COMPUTE=y CONFIG_SYS_TEXT_BASE=0xe0000000 +CONFIG_SYS_MALLOC_LEN=0x3200000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_NR_DRAM_BANKS=2 CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0xff000000 CONFIG_ENV_SIZE=0x2a00000 -CONFIG_SYS_MALLOC_LEN=0x3200000 CONFIG_DEFAULT_DEVICE_TREE="total_compute" CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_LOAD_ADDR=0x90000000 -- cgit v1.2.3