aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-27 18:00:29 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-27 18:00:29 +0159
commit1110f467b89da988c49079e8ddb769f27f327f87 (patch)
treed0cd2d7a31ad65a71a75f5c7c25f926b434b7306
parent12e4fc630859195caef2d6b83a18d5401ac042d2 (diff)
downloadsnowball-1110f467b89da988c49079e8ddb769f27f327f87.tar.gz
snowball: Add SMP and CPU specific compiler flags
This should give better performance. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: Ie5b006804fea9cc0b0eddb296e303d71ed29fc24
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b8e2f52..2d29875 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -51,3 +51,6 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
# bootargs
BOARD_KERNEL_CMDLINE := omapdss.def_disp=hdmi consoleblank=0
+# Snowball uses a Nova A9500 -- Dual-Core Cortex A9
+TARGET_CPU_SMP := true
+TARGET_GLOBAL_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9