diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2014-10-08 18:10:44 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2014-10-08 13:33:15 -0400 |
| commit | aedc4d91bc5088ec6e6fe9d4de506503e201c6ca (patch) | |
| tree | 02778e5af09d3e8b4c8ec5b6799c0e6a0c983bf6 /conf | |
| parent | a9fd89aa06356917f6641fde0903f2d462ab5635 (diff) | |
| download | meta-ti-aedc4d91bc5088ec6e6fe9d4de506503e201c6ca.tar.gz | |
dra7xx: add "mmip" to MACHINE_FEATURES
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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" |
