summaryrefslogtreecommitdiff
path: root/configs/am62ax_evm_r5_defconfig
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2022-12-06 12:12:01 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2022-12-16 17:29:55 -0600
commite6faef47584c807437b623fff441cb4107807ddb (patch)
tree0a3e5e5dde3b6b27471059f0bc9a975d33599dd7 /configs/am62ax_evm_r5_defconfig
parent3983bffabc137c885ab557ac3d1923e29d252fac (diff)
configs: am62ax: Enable config option for am62ax HS EVM
Common defconfig for HS and non HS devices. Enabled configuration needed for HS devices to boot. Non-HS devices will continue to boot due to runtime device type detection. If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS devices these can be ignored. Signed-off-by: Judith Mendez <jm@ti.com>
Diffstat (limited to 'configs/am62ax_evm_r5_defconfig')
-rw-r--r--configs/am62ax_evm_r5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am62ax_evm_r5_defconfig b/configs/am62ax_evm_r5_defconfig
index 97e71599de..f906ec9918 100644
--- a/configs/am62ax_evm_r5_defconfig
+++ b/configs/am62ax_evm_r5_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_K3=y
+CONFIG_TI_SECURE_DEVICE=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
@@ -22,6 +23,7 @@ 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_MISC_INIT_R=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_SEPARATE_BSS=y
@@ -29,6 +31,7 @@ CONFIG_SPL_EARLY_BSS=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x400
CONFIG_SPL_DMA=y
+CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_DM_MAILBOX=y
CONFIG_SPL_DM_SPI_FLASH=y