summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/dra7xx.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-09-10 08:30:09 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-09-11 10:43:11 -0400
commit9c2ae7b791a08ad95f31413dcce594a7ca1c9601 (patch)
tree0033641230004eb803f7b541f700fe884a2c1c57 /conf/machine/include/dra7xx.inc
parentec7902f7ef856e01abc378c4dcf3a84437817841 (diff)
downloadmeta-ti-9c2ae7b791a08ad95f31413dcce594a7ca1c9601.tar.gz
dra7xx: add "pci" to MACHINE_FEATURES
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/dra7xx.inc')
-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
index fd0ecfed..857e1b35 100644
--- a/conf/machine/include/dra7xx.inc
+++ b/conf/machine/include/dra7xx.inc
@@ -1,2 +1,4 @@
1require conf/machine/include/omap-a15.inc 1require conf/machine/include/omap-a15.inc
2SOC_FAMILY_append = ":dra7xx" 2SOC_FAMILY_append = ":dra7xx"
3
4MACHINE_FEATURES += "pci"