diff options
author | Andrew Davis <afd@ti.com> | 2022-11-04 22:46:19 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
commit | 44573918973a160e95298c76628c54de6944dbef (patch) | |
tree | 32da2c73514f3ad0ef042b9066d6db07a6862d1f /meta-ti-bsp/recipes-bsp/trusted-firmware-a | |
parent | be1ddf405d2967c69439cc06b8c07aa85f86a1be (diff) | |
download | meta-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-bsp/trusted-firmware-a')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index 916d8773..41516e06 100644 --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | |||
@@ -30,7 +30,7 @@ do_compile:append:am65xx-hs-evm() { | |||
30 | tfa_sign_k3hs | 30 | tfa_sign_k3hs |
31 | } | 31 | } |
32 | 32 | ||
33 | do_compile:append:am64xx-hs-evm() { | 33 | do_compile:append:am64xx-evm() { |
34 | tfa_sign_k3hs | 34 | tfa_sign_k3hs |
35 | } | 35 | } |
36 | 36 | ||