diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-09-23 23:53:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-23 18:46:58 -0400 |
commit | 018d6239ea8c541b0375f04ef3e47283275b2669 (patch) | |
tree | 09c45ff2b9dac4a570703e7b8aacfe0b2b846491 | |
parent | 939b243286d83fadd364d1e0b575d71aee14affd (diff) | |
download | meta-ti-018d6239ea8c541b0375f04ef3e47283275b2669.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.conf | 2 | ||||
-rw-r--r-- | conf/machine/dra7xx-hs-evm.conf | 2 |
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" | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" |
15 | 15 | ||
16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti" |
17 | OPTEEFLAVOR = "am572x_evm" | 17 | OPTEEFLAVOR = "am57xx_evm" |
18 | OPTEEOUTPUTMACHINE = "ti" | 18 | OPTEEOUTPUTMACHINE = "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" | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" |
15 | 15 | ||
16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti" |
17 | OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc" | 17 | OPTEEFLAVOR = "dra7_evm dra72_evm_revc" |
18 | OPTEEOUTPUTMACHINE = "ti" | 18 | OPTEEOUTPUTMACHINE = "ti" |