diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-04-25 03:57:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-04-24 18:34:30 -0400 |
commit | 284b7bbf3f29ff93bf982f21aa19b4fe238d5e88 (patch) | |
tree | d793e1c92e36db1ab65855aaf8865a587e82a295 /conf | |
parent | 40507d5b2e6cd9f434b55f12c6896f1e2e04d163 (diff) | |
download | meta-ti-284b7bbf3f29ff93bf982f21aa19b4fe238d5e88.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.inc | 2 | ||||
-rw-r--r-- | conf/machine/k2hk-evm.conf | 2 |
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 @@ | |||
1 | require conf/machine/include/keystone.inc | ||
2 | SOC_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 | ||
5 | require conf/machine/include/keystone.inc | 5 | require conf/machine/include/k2hk.inc |
6 | 6 | ||
7 | KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb" | 7 | KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb" |
8 | 8 | ||