summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-23 23:53:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-23 18:46:48 -0400
commit57c5908d4a46c559a3a3cb352a3a81a6c967dbec (patch)
treec579e325055e1a2f78c357c6df6336dcea14efa0
parent1f4d266c4d293c326155d7a2051a9affa8722400 (diff)
downloadmeta-ti-57c5908d4a46c559a3a3cb352a3a81a6c967dbec.tar.gz
conf/machine: update OPTEE OS flavor names slightly
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am57xx-hs-evm.conf2
-rw-r--r--conf/machine/dra7xx-hs-evm.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf
index 24e9b2af..be672051 100644
--- a/conf/machine/am57xx-hs-evm.conf
+++ b/conf/machine/am57xx-hs-evm.conf
@@ -14,5 +14,5 @@ UBOOT_RD_ENTRYPOINT = "0x84000000"
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}"
15 15
16OPTEEMACHINE = "ti" 16OPTEEMACHINE = "ti"
17OPTEEFLAVOR = "am572x_evm" 17OPTEEFLAVOR = "am57xx_evm"
18OPTEEOUTPUTMACHINE = "ti" 18OPTEEOUTPUTMACHINE = "ti"
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
index a6a5e0f3..3a8ada22 100644
--- a/conf/machine/dra7xx-hs-evm.conf
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -14,5 +14,5 @@ UBOOT_RD_ENTRYPOINT = "0x84000000"
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}"
15 15
16OPTEEMACHINE = "ti" 16OPTEEMACHINE = "ti"
17OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc" 17OPTEEFLAVOR = "dra7_evm dra72_evm_revc"
18OPTEEOUTPUTMACHINE = "ti" 18OPTEEOUTPUTMACHINE = "ti"