summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-02-18 03:49:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-17 23:31:34 -0500
commit7baa1a878b643d7ed8c7ee0f7c9d80ee2db9c3d6 (patch)
tree67180ae94d57f798d82da9185232398cb87b2e40 /conf
parent0131faccae57dbaa09c2d61775fb264976b20ec0 (diff)
downloadmeta-ti-7baa1a878b643d7ed8c7ee0f7c9d80ee2db9c3d6.tar.gz
conf/machine: add initial configs for HS platforms
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am437x-hs-evm.conf7
-rw-r--r--conf/machine/dra7xx-hs-evm.conf7
2 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf
new file mode 100644
index 00000000..e8d88a41
--- /dev/null
+++ b/conf/machine/am437x-hs-evm.conf
@@ -0,0 +1,7 @@
1#@TYPE: Machine
2#@NAME: AM437x HS EVM
3#@DESCRIPTION: Machine configuration for the TI AM437x HS EVM
4
5require conf/machine/am437x-evm.conf
6
7UBOOT_MACHINE = "am43xx_hs_evm_config"
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
new file mode 100644
index 00000000..a8987165
--- /dev/null
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -0,0 +1,7 @@
1#@TYPE: Machine
2#@NAME: DRA7xx HS EVM
3#@DESCRIPTION: Machine configuration for the TI DRA7xx HS EVM
4
5require conf/machine/dra7xx-evm.conf
6
7UBOOT_MACHINE = "dra7xx_hs_evm_config"