diff options
Diffstat (limited to 'conf/machine')
-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 be672051..906e6b03 100644 --- a/conf/machine/am57xx-hs-evm.conf +++ b/conf/machine/am57xx-hs-evm.conf | |||
@@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000" | |||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | 11 | UBOOT_RD_LOADADDRESS = "0x84000000" |
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" |
13 | 13 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/am5x" |
15 | 15 | ||
16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti" |
17 | OPTEEFLAVOR = "am57xx_evm" | 17 | OPTEEFLAVOR = "am57xx_evm" |
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf index db20aa2a..8e8b5664 100644 --- a/conf/machine/dra7xx-hs-evm.conf +++ b/conf/machine/dra7xx-hs-evm.conf | |||
@@ -11,7 +11,7 @@ UBOOT_LOADADDRESS = "0x82000000" | |||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | 11 | UBOOT_RD_LOADADDRESS = "0x84000000" |
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | 12 | UBOOT_RD_ENTRYPOINT = "0x84000000" |
13 | 13 | ||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}" | 14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7" |
15 | 15 | ||
16 | OPTEEMACHINE = "ti" | 16 | OPTEEMACHINE = "ti" |
17 | OPTEEFLAVOR = "dra7_evm dra72_evm_revc dra71_evm" | 17 | OPTEEFLAVOR = "dra7_evm dra72_evm_revc dra71_evm" |