Module: meta-ti Branch: master Commit: c3343c1458adde878dc281eb795035eb5386c823 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=c3343c1458adde878dc281eb795035eb5386c823
Author: Denys Dmytriyenko <[email protected]> Date: Mon Nov 3 20:39:21 2014 -0500 dra7xx: add "mmip" to MACHINE_FEATURES This reverts commit 651f0b46734dbf13d4242282919253e150eb83ae. --- 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 857e1b3..a7c8782 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc @@ -1,4 +1,4 @@ require conf/machine/include/omap-a15.inc SOC_FAMILY_append = ":dra7xx" -MACHINE_FEATURES += "pci" +MACHINE_FEATURES += "pci mmip" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
