diff options
author | Andrew Davis <afd@ti.com> | 2022-08-11 20:41:28 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-26 14:33:15 -0500 |
commit | dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a (patch) | |
tree | 16dc07935f2b8c86f1e9c1e8209e8a116f7b24ca /recipes-bsp | |
parent | b74211a771a489c9e38ad38453e584a0797521d8 (diff) | |
download | meta-ti-dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a.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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend index 81edac27..a1df380f 100644 --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | |||
@@ -27,7 +27,7 @@ do_compile_append_am65xx-hs-evm() { | |||
27 | tfa_sign_k3hs | 27 | tfa_sign_k3hs |
28 | } | 28 | } |
29 | 29 | ||
30 | do_compile_append_am64xx-hs-evm() { | 30 | do_compile_append_am64xx-evm() { |
31 | tfa_sign_k3hs | 31 | tfa_sign_k3hs |
32 | } | 32 | } |
33 | 33 | ||