[meta-ti] Denys Dmytriyenko : conf/machine: split SECDEV use for am5x and dra7 machines
Arago Project git
git at arago-project.org
Thu Dec 8 14:42:53 PST 2016
Module: meta-ti
Branch: krogoth
Commit: c664838d354b430fb380ca89de2c8ff3d1025569
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=c664838d354b430fb380ca89de2c8ff3d1025569
Author: Denys Dmytriyenko <denys at ti.com>
Date: Thu Dec 8 02:06:06 2016 +0000
conf/machine: split SECDEV use for am5x and dra7 machines
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/am57xx-hs-evm.conf | 2 +-
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 be67205..906e6b0 100644
--- a/conf/machine/am57xx-hs-evm.conf
+++ b/conf/machine/am57xx-hs-evm.conf
@@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000"
UBOOT_RD_LOADADDRESS = "0x84000000"
UBOOT_RD_ENTRYPOINT = "0x84000000"
-TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}"
+TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x"
OPTEEMACHINE = "ti"
OPTEEFLAVOR = "am57xx_evm"
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
index db20aa2..8e8b566 100644
--- a/conf/machine/dra7xx-hs-evm.conf
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000"
UBOOT_RD_LOADADDRESS = "0x84000000"
UBOOT_RD_ENTRYPOINT = "0x84000000"
-TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}"
+TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7"
OPTEEMACHINE = "ti"
OPTEEFLAVOR = "dra7_evm dra72_evm_revc dra71_evm"
More information about the meta-ti
mailing list