summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-02-10 23:00:04 +0059
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-02-10 23:00:04 +0059
commitffc1d11632bf6c9af2fc57f76073f51213a9a32f (patch)
treef0c348715836e8f55c9c4ed3a403cb276119c7ff
parent6774fb2a99fc2f748ff3ae7e23a1d0a1d4a514ac (diff)
downloadimx6-ffc1d11632bf6c9af2fc57f76073f51213a9a32f.tar.gz
iMX6: Set TARGET_CPU_SMP
iMX6 is Quad-Core, so we should definitely enable SMP Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 50f79f5..3a141a1 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -14,6 +14,7 @@ TARGET_USE_XLOADER := false
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true
#TARGET_PROVIDES_INIT_RC := true
+TARGET_CPU_SMP := true
BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_ALSA_AUDIO := true
BUILD_WITH_ALSA_UTILS := true