summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-05-19 20:39:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-05-22 12:31:38 -0400
commitfb7e4fb69d884f94a5d55dfb22d840a5155f689f (patch)
tree1f72b5e7720cfdba60cc2513ce7e55f3f66958ea /conf/machine
parent83d0ad1ba2381d6d61c3eb22cd38a0d711f95c10 (diff)
downloadmeta-ti-fb7e4fb69d884f94a5d55dfb22d840a5155f689f.tar.gz
machine: add opencl feature to corresponding platforms
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/dra7xx.inc2
-rw-r--r--conf/machine/k2e-evm.conf2
-rw-r--r--conf/machine/k2hk-evm.conf2
-rw-r--r--conf/machine/k2l-evm.conf2
4 files changed, 7 insertions, 1 deletions
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc
index 857e1b35..42941fd7 100644
--- a/conf/machine/include/dra7xx.inc
+++ b/conf/machine/include/dra7xx.inc
@@ -1,4 +1,4 @@
1require conf/machine/include/omap-a15.inc 1require conf/machine/include/omap-a15.inc
2SOC_FAMILY_append = ":dra7xx" 2SOC_FAMILY_append = ":dra7xx"
3 3
4MACHINE_FEATURES += "pci" 4MACHINE_FEATURES += "pci opencl"
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
index 07353577..eef95834 100644
--- a/conf/machine/k2e-evm.conf
+++ b/conf/machine/k2e-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/keystone.inc
6 6
7MACHINE_FEATURES += "opencl"
8
7UBOOT_MACHINE = "k2e_evm_config" 9UBOOT_MACHINE = "k2e_evm_config"
8 10
9BOOT_MONITOR_MAKE_TARGET = "k2e" 11BOOT_MONITOR_MAKE_TARGET = "k2e"
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index d375b24f..4c33f37c 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/keystone.inc
6 6
7MACHINE_FEATURES += "opencl"
8
7UBOOT_MACHINE = "k2hk_evm_config" 9UBOOT_MACHINE = "k2hk_evm_config"
8 10
9BOOT_MONITOR_MAKE_TARGET = "k2hk" 11BOOT_MONITOR_MAKE_TARGET = "k2hk"
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
index c7b712b1..cf540f4b 100644
--- a/conf/machine/k2l-evm.conf
+++ b/conf/machine/k2l-evm.conf
@@ -4,6 +4,8 @@
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/keystone.inc
6 6
7MACHINE_FEATURES += "opencl"
8
7UBOOT_MACHINE = "k2l_evm_config" 9UBOOT_MACHINE = "k2l_evm_config"
8 10
9BOOT_MONITOR_MAKE_TARGET = "k2l" 11BOOT_MONITOR_MAKE_TARGET = "k2l"