aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-hs-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/dra7xx-hs-evm.conf')
-rw-r--r--conf/machine/dra7xx-hs-evm.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
deleted file mode 100644
index 49630081..00000000
--- a/conf/machine/dra7xx-hs-evm.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-#@TYPE: Machine
-#@NAME: DRA7xx HS EVM
-#@DESCRIPTION: Machine configuration for the TI DRA7xx HS EVM
-
-require conf/machine/dra7xx-evm.conf
-
-UBOOT_MACHINE = "dra7xx_hs_evm_config"
-
-UBOOT_ENTRYPOINT = "0x82000000"
-UBOOT_LOADADDRESS = "0x82000000"
-UBOOT_RD_LOADADDRESS = "0x84000000"
-UBOOT_RD_ENTRYPOINT = "0x84000000"
-
-TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_AUTO}/dra7"
-
-OPTEEMACHINE = "ti-dra7xx"
-OPTEEFLAVOR = "dra7xx"
-OPTEEOUTPUTMACHINE = "ti"
-OPTEEPAGER = "y"
-
-EXTRA_IMAGEDEPENDS += "optee-os"