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, 15 insertions, 0 deletions
diff --git a/conf/machine/omapl137-evm.conf b/conf/machine/omapl137-evm.conf
new file mode 100644
index 00000000..a8039f31
--- /dev/null
+++ b/conf/machine/omapl137-evm.conf
@@ -0,0 +1,15 @@
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"