From 3c1ce31a442382aaa86ceaa5992fdf78bb3d5571 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 3 Nov 2015 02:51:47 +0100 Subject: apalis/colibri_t20/t30: change default tune to thumb-2 Change DEFAULTTUNE in machine configurations to Thumb-2. --- conf/machine/apalis-t30.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/apalis-t30.conf') diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf index 5cc4941..df8f15d 100644 --- a/conf/machine/apalis-t30.conf +++ b/conf/machine/apalis-t30.conf @@ -33,5 +33,5 @@ EXTRA_IMAGEDEPENDS += "u-boot" SERIAL_CONSOLE = "115200 ttyS0" IMAGE_FSTYPES ?= "tar.bz2" -DEFAULTTUNE = "armv7ahf-neon" +DEFAULTTUNE = "armv7athf-neon" require conf/machine/include/tune-cortexa9.inc -- cgit v1.2.3