summaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-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-10 11:46:38 -0500
commit8ac0c7576834b515f3d3f3af1211524c0189082c (patch)
tree23af2e3f1e90b19ebbee1041df3e51af654fff82 /conf/machine/dra7xx-hs-evm.conf
parent896afdb67dc12544ae7367fe675f5858349dfc10 (diff)
downloadmeta-ti-8ac0c7576834b515f3d3f3af1211524c0189082c.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/dra7xx-hs-evm.conf')
-rw-r--r--conf/machine/dra7xx-hs-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
index 9b029856..da4000f2 100644
--- a/conf/machine/dra7xx-hs-evm.conf
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -13,7 +13,7 @@ UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7"
15 15
16OPTEEMACHINE = "ti" 16OPTEEMACHINE = "ti-dra7xx"
17OPTEEFLAVOR = "dra7xx" 17OPTEEFLAVOR = "dra7xx"
18OPTEEOUTPUTMACHINE = "ti" 18OPTEEOUTPUTMACHINE = "ti"
19OPTEEPAGER = "y" 19OPTEEPAGER = "y"