summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-03-16 13:45:56 +0100
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-03-16 13:45:56 +0100
commit452e0c4c39c846500784e9575f25bf50bd6ca6d3 (patch)
treea467db056c0b33b43b947cc1dcd835635c9dbae7
parentf465d59713eb0133dbb43c2425ba1db69d1762d6 (diff)
downloadimx6-452e0c4c39c846500784e9575f25bf50bd6ca6d3.tar.gz
iMX6/BoardConfig.mk: Fix pretty bad copy&paste error
Oops... setting "TARGET_BOARD_SMP := false" (copied from iMX53) after setting "TARGET_BOARD_SMP := true" (the way it ought to be) is a pretty bad idea on a quad-core board... Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index a072438..f32c560 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,7 +26,6 @@ BOARD_HAVE_BLUETOOTH_BCM := false
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
-TARGET_CPU_SMP := false
# Enable NEON feature
TARGET_ARCH_VARIANT := armv7-a-neon