summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-11-20 16:36:06 +0100
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-11-20 16:36:06 +0100
commitfef225f02f149ba54afebcb54f26398c87086d52 (patch)
tree1711ec4096d9cdbc82f2796ea981ca6a455d914b
parent77f0272628aba15e1e01c237c7c540f4f19b61d3 (diff)
vexpress: Set TARGET_ARCH := arm explicitly
This is needed for 4.2, and doesn't break older versions. Change-Id: I3564a1c349a797225c010ca1f5f67aa5e08863db Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 3af9177..8d0bf13 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -49,6 +49,7 @@ BOARD_HAVE_BLUETOOTH := false
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
+TARGET_ARCH := arm
# Enable NEON feature
TARGET_ARCH_VARIANT := armv7-a-neon
ARCH_ARM_HAVE_TLS_REGISTER := true
@@ -75,4 +76,4 @@ ifeq ($(wildcard $(TOP)/boot-wrapper/bootwrapper.mk),)
# Build uImage and uInitrd instead of kernel and ramdisk.img
TARGET_BOOTLOADER_TYPE := uboot
endif
-endif \ No newline at end of file
+endif