aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-26 22:29:34 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-09-26 22:34:43 +0159
commit6e6d9d7ba194d9ca1bee98db7672d1388d0c193e (patch)
treedd48cf788b31bae6305863fb5903e2db7f336490
parent6ff3312df18af8fa679bcbf0da1e4807a588260b (diff)
downloadimx53-6e6d9d7ba194d9ca1bee98db7672d1388d0c193e.tar.gz
imx53: Add CPU specific compiler flags tuned for the target device
This should give better performance. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: Id919851f0bc2a19d9ecc053437bdaf1d6865949f
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0e9c665..4a0b9b3 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -32,3 +32,6 @@ EXTRA_PACKAGE_MANAGEMENT := false
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
+
+# i.MX53 is a Cortex A8
+COMMON_GLOBAL_CFLAGS += -mtune=cortex-a8 -mcpu=cortex-a8