[meta-ti] [PATCH 2/2] conf/machine: add initial configs for HS platforms

Denys Dmytriyenko denis at denix.org
Wed Feb 17 13:49:40 PST 2016


From: Denys Dmytriyenko <denys at ti.com>

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 conf/machine/am437x-hs-evm.conf | 7 +++++++
 conf/machine/dra7xx-hs-evm.conf | 7 +++++++
 2 files changed, 14 insertions(+)
 create mode 100644 conf/machine/am437x-hs-evm.conf
 create mode 100644 conf/machine/dra7xx-hs-evm.conf

diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf
new file mode 100644
index 0000000..e8d88a4
--- /dev/null
+++ b/conf/machine/am437x-hs-evm.conf
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: AM437x HS EVM
+#@DESCRIPTION: Machine configuration for the TI AM437x HS EVM
+
+require conf/machine/am437x-evm.conf
+
+UBOOT_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 0000000..a898716
--- /dev/null
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -0,0 +1,7 @@
+#@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"
-- 
2.2.0



More information about the meta-ti mailing list