ARM: let's tune for cortex-a8 when compiling for pandora
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 30 Jun 2015 23:28:05 +0000 (02:28 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 3 Jul 2015 22:19:05 +0000 (01:19 +0300)
arch/arm/Makefile

index 362c7ca..18ec2fc 100644 (file)
@@ -91,6 +91,8 @@ tune-$(CONFIG_CPU_FEROCEON)   :=$(call cc-option,-mtune=marvell-f,-mtune=xscale)
 tune-$(CONFIG_CPU_V6)          :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm)
 tune-$(CONFIG_CPU_V6K)         :=$(call cc-option,-mtune=arm1136j-s,-mtune=strongarm)
 
+tune-$(CONFIG_MACH_OMAP3_PANDORA) :=-mtune=cortex-a8
+
 ifeq ($(CONFIG_AEABI),y)
 CFLAGS_ABI     :=-mabi=aapcs-linux -mno-thumb-interwork
 else