]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am64x_evm_*_defconfig: Enable High Secure device support
authorVignesh Raghavendra <vigneshr@ti.com>
Sat, 3 Jun 2023 12:36:14 +0000 (18:06 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 20 Jun 2023 20:08:13 +0000 (16:08 -0400)
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
configs/am64x_evm_r5_defconfig

index b817e62ef0425fa12a5a59747d4c2ee1459cbea4..6485ed108a907bbd7e65fa0350aea9a3f743e17c 100644 (file)
@@ -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
index 96cb437b10b1574b49b6c793a817b65f2f3d160f..45d32658cff2a676b01b9428fe4b95f054ab62a2 100644 (file)
@@ -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