aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2011-12-09 16:51:53 +0000
committerJon Medhurst <tixy@linaro.org>2011-12-09 16:51:53 +0000
commitcd1b4d12e630556c19c671ed9e6d3eb80263ce1f (patch)
tree690aa56449d92ad8b18b46fd2043a1c847fc06c5
parentf7632b272767a0c65bdd6eb657dc86e245d6cad7 (diff)
downloadvexpress-a9-cd1b4d12e630556c19c671ed9e6d3eb80263ce1f.tar.gz
vexpress-a9: Set TARGET_EXTRA_CFLAGS to optimise for A9
Change-Id: If05fa985932d548f2638a5a71cf5c77b7d196242 Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 27bf57a..3637c41 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -37,7 +37,7 @@ BOARD_KERNEL_CMDLINE := mem=1024M clcd=xvga consoleblank=0 mmci.fmax=4000000
# Dual-Core Cortex A9
TARGET_CPU_SMP := true
-#TARGET_EXTRA_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9
+TARGET_EXTRA_CFLAGS += $(call cc-option,-mtune=cortex-a9,$(call cc-option,-mtune=cortex-a8)) $(call cc-option,-mcpu=cortex-a9,$(call cc-option,-mcpu=cortex-a8))
# ARMs gator (DS-5)
TARGET_USE_GATOR:= true \ No newline at end of file