[meta-ti] Denys Dmytriyenko : omap4.inc: change to require tune-cortexa9.inc
Arago Project git
git at arago-project.org
Wed Apr 18 10:31:29 PDT 2012
Module: meta-ti
Branch: master
Commit: bb6f1bad7fce0e9217b1747138bc71de354b3a79
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=bb6f1bad7fce0e9217b1747138bc71de354b3a79
Author: Denys Dmytriyenko <denys at ti.com>
Date: Wed Apr 18 13:28:17 2012 -0400
omap4.inc: change to require tune-cortexa9.inc
As reported by Eric Bénard
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/include/omap4.inc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
index a295352..96eaae7 100644
--- a/conf/machine/include/omap4.inc
+++ b/conf/machine/include/omap4.inc
@@ -1,7 +1,7 @@
SOC_FAMILY = "omap4"
require conf/machine/include/soc-family.inc
-require conf/machine/include/tune-cortexa8.inc
+require conf/machine/include/tune-cortexa9.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-omap4"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
@@ -23,4 +23,3 @@ UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
EXTRA_IMAGEDEPENDS += "u-boot"
-
More information about the meta-ti
mailing list