summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/ti/am65x/Kconfig6
-rw-r--r--configs/am65x_evm_a53_defconfig2
2 files changed, 8 insertions, 0 deletions
diff --git a/board/ti/am65x/Kconfig b/board/ti/am65x/Kconfig
index 47b41cd6afe..c8a5aa8b1c1 100644
--- a/board/ti/am65x/Kconfig
+++ b/board/ti/am65x/Kconfig
@@ -13,6 +13,9 @@ config TARGET_AM654_A53_EVM
select SOC_K3_AM6
select SYS_DISABLE_DCACHE_OPS
select BOARD_LATE_INIT
+ imply SYSINFO
+ imply SPL_SYSINFO
+ imply SYSINFO_K3_EVMS
imply TI_I2C_BOARD_DETECT
config TARGET_AM654_R5_EVM
@@ -22,6 +25,9 @@ config TARGET_AM654_R5_EVM
select SOC_K3_AM6
select K3_LOAD_SYSFW
select K3_AM654_DDRSS
+ imply SYSINFO
+ imply SPL_SYSINFO
+ imply SYSINFO_K3_EVMS
imply SYS_K3_SPL_ATF
imply TI_I2C_BOARD_DETECT
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 5efad601150..177651357e8 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -29,10 +29,12 @@ CONFIG_DISTRO_DEFAULTS=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
# CONFIG_USE_SPL_FIT_GENERATOR is not set
+CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern"
CONFIG_LOGLEVEL=7
CONFIG_CONSOLE_MUX=y
+CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_SEPARATE_BSS=y