diff options
-rw-r--r-- | conf/machine/include/dra7xx.inc | 2 | ||||
-rw-r--r-- | conf/machine/k2e-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/k2hk-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/k2l-evm.conf | 2 |
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 @@ | |||
1 | require conf/machine/include/omap-a15.inc | 1 | require conf/machine/include/omap-a15.inc |
2 | SOC_FAMILY_append = ":dra7xx" | 2 | SOC_FAMILY_append = ":dra7xx" |
3 | 3 | ||
4 | MACHINE_FEATURES += "pci" | 4 | MACHINE_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 | ||
5 | require conf/machine/include/keystone.inc | 5 | require conf/machine/include/keystone.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "opencl" | ||
8 | |||
7 | UBOOT_MACHINE = "k2e_evm_config" | 9 | UBOOT_MACHINE = "k2e_evm_config" |
8 | 10 | ||
9 | BOOT_MONITOR_MAKE_TARGET = "k2e" | 11 | BOOT_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 | ||
5 | require conf/machine/include/keystone.inc | 5 | require conf/machine/include/keystone.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "opencl" | ||
8 | |||
7 | UBOOT_MACHINE = "k2hk_evm_config" | 9 | UBOOT_MACHINE = "k2hk_evm_config" |
8 | 10 | ||
9 | BOOT_MONITOR_MAKE_TARGET = "k2hk" | 11 | BOOT_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 | ||
5 | require conf/machine/include/keystone.inc | 5 | require conf/machine/include/keystone.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "opencl" | ||
8 | |||
7 | UBOOT_MACHINE = "k2l_evm_config" | 9 | UBOOT_MACHINE = "k2l_evm_config" |
8 | 10 | ||
9 | BOOT_MONITOR_MAKE_TARGET = "k2l" | 11 | BOOT_MONITOR_MAKE_TARGET = "k2l" |