summaryrefslogtreecommitdiff
path: root/conf
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
commite560bb9c7999349a9460864698e5b5cbfc8170a9 (patch)
tree7217d12645dcbc45fdc287778ecbcced3e6dda73 /conf
parent51799af9bc5d837b6fc596c1d8b2b2afba676ecd (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')
-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