diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-04-18 13:28:17 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-18 13:28:17 -0400 |
commit | bb6f1bad7fce0e9217b1747138bc71de354b3a79 (patch) | |
tree | fd542ef59dd54586b1737a0c8d9a086c833d123a /conf/machine | |
parent | 933898d1a9d7c9805ea8c445bb2d8bbf54d49900 (diff) | |
download | meta-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')
-rw-r--r-- | 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 a2953524..96eaae76 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SOC_FAMILY = "omap4" | 1 | SOC_FAMILY = "omap4" |
2 | require conf/machine/include/soc-family.inc | 2 | require conf/machine/include/soc-family.inc |
3 | 3 | ||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa9.inc |
5 | 5 | ||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" | 6 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" |
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
@@ -23,4 +23,3 @@ UBOOT_ENTRYPOINT = "0x80008000" | |||
23 | UBOOT_LOADADDRESS = "0x80008000" | 23 | UBOOT_LOADADDRESS = "0x80008000" |
24 | 24 | ||
25 | EXTRA_IMAGEDEPENDS += "u-boot" | 25 | EXTRA_IMAGEDEPENDS += "u-boot" |
26 | |||