summaryrefslogtreecommitdiff
path: root/configs/aquila-am69_r5_defconfig
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-06-06 11:16:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-06-06 11:30:16 +0200
commit8fc7c2099432b686fc517569f7b624a17a453e8d (patch)
treea15b5e683b072ed442352ef274e39c8868f30a92 /configs/aquila-am69_r5_defconfig
parent495e1515f803b144f02e1e3d06b9f84cd9181cae (diff)
configs: aquila-am69: r5: Set NR_DRAM_BANKS to 2toradex_ti-u-boot-2023.04
Follow commit 4a5d8a5cac0b ("configs: j7*_evm_r5_defconfig: Set NR_DRAM_BANKS to 2"). (The A72 config already sets 2) SPL_FIT_IMAGE_POST_PROCESS is selected by default, removed by `make savedefconfig`. Upstream-Status: Pending Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'configs/aquila-am69_r5_defconfig')
-rw-r--r--configs/aquila-am69_r5_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/aquila-am69_r5_defconfig b/configs/aquila-am69_r5_defconfig
index 9c26cb1b16..5a4a4c6bc5 100644
--- a/configs/aquila-am69_r5_defconfig
+++ b/configs/aquila-am69_r5_defconfig
@@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x10000
CONFIG_SPL_GPIO=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_NR_DRAM_BANKS=2
CONFIG_SOC_K3_J784S4=y
CONFIG_K3_EARLY_CONS=y
CONFIG_TARGET_AQUILA_AM69_R5=y
@@ -26,7 +27,6 @@ CONFIG_SPL_LIBDISK_SUPPORT=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x80080000
-CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_SIZE_LIMIT_SUBTRACT_GD=y
CONFIG_SPL_SIZE_LIMIT_SUBTRACT_MALLOC=y