summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-06-14 00:47:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-15 17:58:22 -0400
commit0e73adf44917fb12092b35a9c87399994a5cc301 (patch)
tree9eb7c3b1b335a852d73d3ccc11d966cf0039c2d8
parentec2e903c6da5deaa35b00699503e6a7bdcee4c3d (diff)
downloadmeta-ti-0e73adf44917fb12092b35a9c87399994a5cc301.tar.gz
omapl138, omapl1: add "omapl1" SOC family as superset of omapl138
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>
-rw-r--r--conf/machine/include/omapl1.inc2
-rw-r--r--conf/machine/include/omapl138.inc4
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/include/omapl1.inc b/conf/machine/include/omapl1.inc
new file mode 100644
index 00000000..fb10af00
--- /dev/null
+++ b/conf/machine/include/omapl1.inc
@@ -0,0 +1,2 @@
1SOC_FAMILY = "omapl1"
2require conf/machine/include/soc-family.inc
diff --git a/conf/machine/include/omapl138.inc b/conf/machine/include/omapl138.inc
index 19496424..931995f6 100644
--- a/conf/machine/include/omapl138.inc
+++ b/conf/machine/include/omapl138.inc
@@ -1,2 +1,2 @@
1SOC_FAMILY = "omapl138" 1require conf/machine/include/omapl1.inc
2require conf/machine/include/soc-family.inc 2SOC_FAMILY_append = ":omapl138"