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:28:29 -0400 |
commit | 2dce435ff1dc09637d62f59d179fb89c468c0818 (patch) | |
tree | 02778e5af09d3e8b4c8ec5b6799c0e6a0c983bf6 | |
parent | a085e612c59c9b4632286ebc754fd1c854c7aa9c (diff) | |
download | meta-ti-2dce435ff1dc09637d62f59d179fb89c468c0818.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>
-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" |