From bb6f1bad7fce0e9217b1747138bc71de354b3a79 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 18 Apr 2012 13:28:17 -0400 Subject: omap4.inc: change to require tune-cortexa9.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As reported by Eric Bénard Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omap4.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index a2953524..96eaae76 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" - -- cgit v1.2.3-54-g00ecf