summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap3.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-06-20 22:33:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-06-23 11:41:57 -0400
commit721aad503b2c6ad8555b4c70f564b8d83481bf47 (patch)
treee3b5f66a7dea993ad3c015c8737e256b7140719d /conf/machine/include/omap3.inc
parent727c29513252a3b8d1d48aef7f69580a9f377180 (diff)
downloadmeta-ti-721aad503b2c6ad8555b4c70f564b8d83481bf47.tar.gz
machine configs: set optimized hardfp DEFAULTTUNE if not set
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap3.inc')
-rw-r--r--conf/machine/include/omap3.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index c80939a7..e71630b0 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -1,6 +1,7 @@
1SOC_FAMILY = "omap3" 1SOC_FAMILY = "omap3"
2require conf/machine/include/soc-family.inc 2require conf/machine/include/soc-family.inc
3 3
4DEFAULTTUNE ?= "cortexa8thf-neon"
4require conf/machine/include/tune-cortexa8.inc 5require conf/machine/include/tune-cortexa8.inc
5 6
6PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 7PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@@ -16,7 +17,7 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 17GUI_MACHINE_CLASS = "bigscreen"
17 18
18# Increase this everytime you change something in the kernel 19# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r125" 20MACHINE_KERNEL_PR = "r126"
20 21
21KERNEL_IMAGETYPE = "uImage" 22KERNEL_IMAGETYPE = "uImage"
22 23