diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-11-03 20:39:21 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-11-03 20:39:21 -0500 |
commit | c3343c1458adde878dc281eb795035eb5386c823 (patch) | |
tree | 076d65cf0146558d63914a9ee27ab0c1b5d51039 /conf | |
parent | 3096ee95d1770a4215589447b055f4d3648a889e (diff) | |
download | meta-ti-c3343c1458adde878dc281eb795035eb5386c823.tar.gz |
dra7xx: add "mmip" to MACHINE_FEATURES
This reverts commit 651f0b46734dbf13d4242282919253e150eb83ae.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/dra7xx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc index 857e1b35..a7c8782c 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | require conf/machine/include/omap-a15.inc | 1 | require conf/machine/include/omap-a15.inc |
2 | SOC_FAMILY_append = ":dra7xx" | 2 | SOC_FAMILY_append = ":dra7xx" |
3 | 3 | ||
4 | MACHINE_FEATURES += "pci" | 4 | MACHINE_FEATURES += "pci mmip" |