summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2017-06-15 23:38:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-20 12:02:05 -0400
commit23924b09f846d56fa96367c6350feba168bb9fe7 (patch)
tree545dd1ee0e0c82e7a4bca2f9ea59074d8c142dfe /conf/machine/include
parent3db1e8538b784e8cf396998794be99bcadae43f9 (diff)
downloadmeta-ti-23924b09f846d56fa96367c6350feba168bb9fe7.tar.gz
omapl137, omapl137-evm: add SOC family and machine configuration
* The omapl137 family does not have linux support and is only supported by baremetal and TI RTOS. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/omapl137.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/include/omapl137.inc b/conf/machine/include/omapl137.inc
new file mode 100644
index 00000000..5d8a6dd8
--- /dev/null
+++ b/conf/machine/include/omapl137.inc
@@ -0,0 +1,5 @@
1require conf/machine/include/omapl1.inc
2SOC_FAMILY_append = ":omapl137"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "omapl137"