summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorMaupin, Chase <chase.maupin@ti.com>2014-07-01 19:36:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-02 15:41:59 -0400
commitd85e008dec29d30c08e77516c62563c2bcfa4bc5 (patch)
treeb8eb42644389aa7355a4f942b9b94f3c5dec624a /conf/machine/include
parent8836c5a33bdc5832e8438e951b2989234c23cd13 (diff)
downloadmeta-ti-d85e008dec29d30c08e77516c62563c2bcfa4bc5.tar.gz
dra7xx: create DRA7xx include file for new SOC Family
* Create the dra7xx.inc file which inherits the omap-a15.inc file and then adds the dra7xx as another valid SOC_FAMILY setting. * The addition of the dra7xx SOC_FAMILY is done while still keeping access to the omap-a15 family. What this means is that omap-a15 can apply to omap5-evm, dra7xx-evm, and am57xx-evm. Then the dra7xx family can be used to differentiate between omap5 and dra7xx based devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/dra7xx.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc
new file mode 100644
index 00000000..fd0ecfed
--- /dev/null
+++ b/conf/machine/include/dra7xx.inc
@@ -0,0 +1,2 @@
1require conf/machine/include/omap-a15.inc
2SOC_FAMILY_append = ":dra7xx"