summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap4.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-04-18 13:28:17 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-04-18 13:28:17 -0400
commitbb6f1bad7fce0e9217b1747138bc71de354b3a79 (patch)
treefd542ef59dd54586b1737a0c8d9a086c833d123a /conf/machine/include/omap4.inc
parent933898d1a9d7c9805ea8c445bb2d8bbf54d49900 (diff)
downloadmeta-ti-bb6f1bad7fce0e9217b1747138bc71de354b3a79.tar.gz
omap4.inc: change to require tune-cortexa9.inc
As reported by Eric BĂ©nard Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap4.inc')
-rw-r--r--conf/machine/include/omap4.inc3
1 files changed, 1 insertions, 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 @@
1SOC_FAMILY = "omap4" 1SOC_FAMILY = "omap4"
2require conf/machine/include/soc-family.inc 2require conf/machine/include/soc-family.inc
3 3
4require conf/machine/include/tune-cortexa8.inc 4require conf/machine/include/tune-cortexa9.inc
5 5
6PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" 6PREFERRED_PROVIDER_virtual/kernel = "linux-omap4"
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot" 7PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
@@ -23,4 +23,3 @@ UBOOT_ENTRYPOINT = "0x80008000"
23UBOOT_LOADADDRESS = "0x80008000" 23UBOOT_LOADADDRESS = "0x80008000"
24 24
25EXTRA_IMAGEDEPENDS += "u-boot" 25EXTRA_IMAGEDEPENDS += "u-boot"
26