summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2014-10-30 16:07:15 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2014-10-30 16:07:15 +0100
commit3da84ca8b88ba1e012216d04bff70d9ccf72d00a (patch)
tree5577b92d4c65106ba337083dae45fc00de9efd75 /conf/machine
parent7ca68a4f328bc4a976aeca6061a58c1e933950b6 (diff)
machines: use thumb2 with meta-angstrom
Angstrom started using thumb2 on machines with armv7-a architectures. This commit removes our override to stay on arm instruction set, so if building our machines with the angstrom distribution you now get thumb2 builds.
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/apalis-imx6.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index d8e9e36..3441deb 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -3,7 +3,7 @@
#@SOC: i.MX6
#@DESCRIPTION: Machine configuration for Toradex Apalis iMX6 SOM
-DEFAULTTUNE_mx6 = "armv7ahf-neon"
+DEFAULTTUNE_mx6 = "armv7at2hf-neon"
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc