summaryrefslogtreecommitdiffstats
path: root/conf/machine/omapl137-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/omapl137-evm.conf')
-rw-r--r--conf/machine/omapl137-evm.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/conf/machine/omapl137-evm.conf b/conf/machine/omapl137-evm.conf
deleted file mode 100644
index 207b213a..00000000
--- a/conf/machine/omapl137-evm.conf
+++ /dev/null
@@ -1,15 +0,0 @@
1#@TYPE: Machine
2#@NAME: OMAP-L137 EVM
3#@DESCRIPTION: Machine configuration for the TI OMAP-L137 EVM board
4
5require conf/machine/include/davinci.inc
6require conf/machine/include/omapl137.inc
7
8# HACK: The omapl137 family does not have linux kernel support.
9PREFERRED_PROVIDER_virtual/kernel ?= "linux-dummy"
10EXTRA_IMAGEDEPENDS = ""
11
12IMAGE_FSTYPES = "tar.xz"
13
14# Set the list of device targets for ti-pdk class recipes
15TI_PDK_LIMIT_BOARDS = "evmOMAPL137"