summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-19 22:59:27 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-19 18:59:33 -0400
commite4f34457cac075c7833095379074289fa04f0686 (patch)
tree61b9df0a1afaa8bb2fc9edb3bfa4d2ecd2360a1d
parent0f3c7f7123c9d8f3381f78fc00d4164aa60f0aec (diff)
downloadmeta-ti-e4f34457cac075c7833095379074289fa04f0686.tar.gz
conf/machine: rename SECDEV variables for additional platforms
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am437x-hs-evm.conf2
-rw-r--r--conf/machine/am57xx-hs-evm.conf2
-rw-r--r--conf/machine/dra7xx-hs-evm.conf2
-rw-r--r--conf/machine/k2e-hs-evm.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf
index 4fb277df..2f551b52 100644
--- a/conf/machine/am437x-hs-evm.conf
+++ b/conf/machine/am437x-hs-evm.conf
@@ -11,4 +11,4 @@ UBOOT_LOADADDRESS = "0x82000000"
11UBOOT_RD_LOADADDRESS = "0x84000000" 11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000" 12UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AM4}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am4x"
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf
index e43a6489..24e9b2af 100644
--- a/conf/machine/am57xx-hs-evm.conf
+++ b/conf/machine/am57xx-hs-evm.conf
@@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000"
11UBOOT_RD_LOADADDRESS = "0x84000000" 11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000" 12UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}"
15 15
16OPTEEMACHINE = "ti" 16OPTEEMACHINE = "ti"
17OPTEEFLAVOR = "am572x_evm" 17OPTEEFLAVOR = "am572x_evm"
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
index a82402dc..a6a5e0f3 100644
--- a/conf/machine/dra7xx-hs-evm.conf
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000"
11UBOOT_RD_LOADADDRESS = "0x84000000" 11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000" 12UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_DRA7}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}"
15 15
16OPTEEMACHINE = "ti" 16OPTEEMACHINE = "ti"
17OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc" 17OPTEEFLAVOR = "dra7xx_evm dra72x_evm_revc"
diff --git a/conf/machine/k2e-hs-evm.conf b/conf/machine/k2e-hs-evm.conf
index f2df52e3..98d595d4 100644
--- a/conf/machine/k2e-hs-evm.conf
+++ b/conf/machine/k2e-hs-evm.conf
@@ -11,4 +11,4 @@ UBOOT_LOADADDRESS = "0x82000000"
11UBOOT_RD_LOADADDRESS = "0x84000000" 11UBOOT_RD_LOADADDRESS = "0x84000000"
12UBOOT_RD_ENTRYPOINT = "0x84000000" 12UBOOT_RD_ENTRYPOINT = "0x84000000"
13 13
14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AM4}" 14TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2e"