summaryrefslogtreecommitdiffstats
path: root/conf/machine/am57xx-hs-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-10-10 02:11:48 +0000
committerDan Murphy <dmurphy@ti.com>2020-10-12 06:44:32 -0500
commit912983dd562ba5f009a4db34e8abe3810c8ed7ac (patch)
tree2d18ee61c8ad2642cd62389daa8f397ea3786c17 /conf/machine/am57xx-hs-evm.conf
parent95ffd87910185db0215336a91e10639bc560de8f (diff)
downloadmeta-ti-912983dd562ba5f009a4db34e8abe3810c8ed7ac.tar.gz
conf/machine: pass OPTEEFLAVOR via OPTEEMACHINE as <mach>-<flavor>
Recipe in meta-arm doesn't use OPTEEFLAVOR, but optee-os Makefile can extract it from OPTEEMACHINE. Keep OPTEEFLAVOR for legacy platforms - used for HS signing in the output name. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'conf/machine/am57xx-hs-evm.conf')
-rw-r--r--conf/machine/am57xx-hs-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf
index 4d3eb006..d4f6e098 100644
--- a/conf/machine/am57xx-hs-evm.conf
+++ b/conf/machine/am57xx-hs-evm.conf
@@ -13,7 +13,7 @@ UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x"
15 15
16OPTEEMACHINE = "ti" 16OPTEEMACHINE = "ti-am57xx"
17OPTEEFLAVOR = "am57xx" 17OPTEEFLAVOR = "am57xx"
18OPTEEOUTPUTMACHINE = "ti" 18OPTEEOUTPUTMACHINE = "ti"
19OPTEEPAGER = "y" 19OPTEEPAGER = "y"