diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am437x-hs-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/am57xx-hs-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/dra7xx-hs-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/am65xx.inc | 3 | ||||
-rw-r--r-- | conf/machine/include/j7.inc | 3 |
5 files changed, 5 insertions, 7 deletions
diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf index 34c10166..0a8ca06d 100644 --- a/conf/machine/am437x-hs-evm.conf +++ b/conf/machine/am437x-hs-evm.conf | |||
@@ -13,6 +13,6 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" | |||
13 | 13 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am4x" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am4x" |
15 | 15 | ||
16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti-am43xx" |
17 | OPTEEFLAVOR = "am43xx" | 17 | OPTEEFLAVOR = "am43xx" |
18 | OPTEEOUTPUTMACHINE = "ti" | 18 | OPTEEOUTPUTMACHINE = "ti" |
diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf index 4d3eb006..d4f6e098 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf | |||
@@ -13,7 +13,7 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" | |||
13 | 13 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" |
15 | 15 | ||
16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti-am57xx" |
17 | OPTEEFLAVOR = "am57xx" | 17 | OPTEEFLAVOR = "am57xx" |
18 | OPTEEOUTPUTMACHINE = "ti" | 18 | OPTEEOUTPUTMACHINE = "ti" |
19 | OPTEEPAGER = "y" | 19 | OPTEEPAGER = "y" |
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 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7" |
15 | 15 | ||
16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti-dra7xx" |
17 | OPTEEFLAVOR = "dra7xx" | 17 | OPTEEFLAVOR = "dra7xx" |
18 | OPTEEOUTPUTMACHINE = "ti" | 18 | OPTEEOUTPUTMACHINE = "ti" |
19 | OPTEEPAGER = "y" | 19 | OPTEEPAGER = "y" |
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc index 1acb205b..67cfabed 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc | |||
@@ -21,8 +21,7 @@ KERNEL_DEVICETREE = " \ | |||
21 | ti/k3-am654-evm-prupwm.dtbo \ | 21 | ti/k3-am654-evm-prupwm.dtbo \ |
22 | " | 22 | " |
23 | 23 | ||
24 | OPTEEMACHINE = "k3" | 24 | OPTEEMACHINE = "k3-am65x" |
25 | OPTEEFLAVOR = "am65x" | ||
26 | OPTEEOUTPUTMACHINE = "k3" | 25 | OPTEEOUTPUTMACHINE = "k3" |
27 | 26 | ||
28 | # Set the list of device targets for ti-pdk class recipes | 27 | # Set the list of device targets for ti-pdk class recipes |
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc index f6d91615..7d326f4a 100644 --- a/conf/machine/include/j7.inc +++ b/conf/machine/include/j7.inc | |||
@@ -1,8 +1,7 @@ | |||
1 | require conf/machine/include/k3.inc | 1 | require conf/machine/include/k3.inc |
2 | SOC_FAMILY_append = ":j7" | 2 | SOC_FAMILY_append = ":j7" |
3 | 3 | ||
4 | OPTEEMACHINE = "k3" | 4 | OPTEEMACHINE = "k3-j7" |
5 | OPTEEFLAVOR = "j7" | ||
6 | OPTEEOUTPUTMACHINE = "k3" | 5 | OPTEEOUTPUTMACHINE = "k3" |
7 | 6 | ||
8 | # Set the list of device targets for ti-pdk class recipes | 7 | # Set the list of device targets for ti-pdk class recipes |