summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-04-25 03:57:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-04-24 18:28:24 -0400
commit9df1e2af34853f1bdc32a9e271fbd31266c83b46 (patch)
treeb81097f4e07cb47200aec871dd521a0ecacb5579 /conf
parent4318b6dce933a5926bd4ef2fea7d2d8933285c45 (diff)
downloadmeta-ti-9df1e2af34853f1bdc32a9e271fbd31266c83b46.tar.gz
conf/machine, recipes: introduce k2hk SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/k2hk.inc2
-rw-r--r--conf/machine/k2hk-evm.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/k2hk.inc b/conf/machine/include/k2hk.inc
new file mode 100644
index 00000000..4f308471
--- /dev/null
+++ b/conf/machine/include/k2hk.inc
@@ -0,0 +1,2 @@
1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2hk"
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index c58e0f13..6f1762dd 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -2,7 +2,7 @@
2#@NAME: Keystone 2 K2HK machine 2#@NAME: Keystone 2 K2HK machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK EVM 3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK EVM
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/k2hk.inc
6 6
7KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb" 7KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb"
8 8