summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-10-20 00:13:53 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-10-20 00:13:53 +0159
commitf672a1b90ff0d75643237ac4a43c912e4adaf3b4 (patch)
tree2a260b8003d3ae6a0003fa49b56c1a9262032f2a
parent357c675fcf3aa633abc45784bbf903dc10d17f88 (diff)
downloadpandaboard-f672a1b90ff0d75643237ac4a43c912e4adaf3b4.tar.gz
pandaboard: Remove duplicate TARGET_CPU_SMP definition
TARGET_CPU_SMP := true was set twice. While this doesn't hurt, it's superfluous and might do unexpected things in test builds that try to disable TARGET_CPU_SMP... Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9602cdb..b9bc16a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -6,7 +6,6 @@
TARGET_BOARD_PLATFORM := omap4
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
-TARGET_CPU_SMP := true
KERNEL_CONFIG := android_omap4_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := omap4_panda_config
@@ -61,4 +60,4 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
TARGET_GLOBAL_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9
# ARMs gator (DS-5)
-TARGET_USE_GATOR:= true \ No newline at end of file
+TARGET_USE_GATOR:= true