diff mbox series

configs: am64x_evm_*_defconfig: Enable High Secure device support

Message ID 20230603123614.882570-1-vigneshr@ti.com
State Accepted
Commit 1b086da5cd7fc66d3ef4e096ade3fabdde99c9e0
Delegated to: Tom Rini
Headers show
Series configs: am64x_evm_*_defconfig: Enable High Secure device support | expand

Commit Message

Raghavendra, Vignesh June 3, 2023, 12:36 p.m. UTC
Enable CONFIG_TI_SECURE_DEVICE to support booting High Secure(HS)
variants of AM64x SoC.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 configs/am64x_evm_a53_defconfig | 1 +
 configs/am64x_evm_r5_defconfig  | 1 +
 2 files changed, 2 insertions(+)

Comments

Tom Rini June 21, 2023, 6:41 p.m. UTC | #1
On Sat, Jun 03, 2023 at 06:06:14PM +0530, Vignesh Raghavendra wrote:

> Enable CONFIG_TI_SECURE_DEVICE to support booting High Secure(HS)
> variants of AM64x SoC.
> 
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index 4589624e96..09037ecd0f 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -1,6 +1,7 @@ 
 CONFIG_ARM=y
 CONFIG_SKIP_LOWLEVEL_INIT=y
 CONFIG_ARCH_K3=y
+CONFIG_TI_SECURE_DEVICE=y
 CONFIG_SYS_MALLOC_LEN=0x2000000
 CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_SPL_GPIO=y
diff --git a/configs/am64x_evm_r5_defconfig b/configs/am64x_evm_r5_defconfig
index 023ee638a0..d824298773 100644
--- a/configs/am64x_evm_r5_defconfig
+++ b/configs/am64x_evm_r5_defconfig
@@ -1,5 +1,6 @@ 
 CONFIG_ARM=y
 CONFIG_ARCH_K3=y
+CONFIG_TI_SECURE_DEVICE=y
 CONFIG_SYS_MALLOC_LEN=0x2000000
 CONFIG_SYS_MALLOC_F_LEN=0x80000
 CONFIG_SPL_GPIO=y