summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-security
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:19 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commit44573918973a160e95298c76628c54de6944dbef (patch)
tree32da2c73514f3ad0ef042b9066d6db07a6862d1f /meta-ti-bsp/recipes-security
parentbe1ddf405d2967c69439cc06b8c07aa85f86a1be (diff)
downloadmeta-ti-44573918973a160e95298c76628c54de6944dbef.tar.gz
conf: machine: am64xx-evm: Make HS-SE the default
The HS-SE AM64xx machine can now be run on GP devices and built without needing the TI_SECURE_DEV_PKG for the same. AM64xx will only be available in the HS-FS type going forward. Make the HS-SE the default and remove the original GP machine. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
-rw-r--r--meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
index e268a542..e59a8e79 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
@@ -64,7 +64,7 @@ do_compile:append:am65xx-hs-evm() {
64 optee_sign_k3hs 64 optee_sign_k3hs
65} 65}
66 66
67do_compile:append:am64xx-hs-evm() { 67do_compile:append:am64xx-evm() {
68 optee_sign_k3hs 68 optee_sign_k3hs
69} 69}
70 70