summaryrefslogtreecommitdiffstats
path: root/tools/device/BoardConfig.mk.template
diff options
context:
space:
mode:
Diffstat (limited to 'tools/device/BoardConfig.mk.template')
-rw-r--r--tools/device/BoardConfig.mk.template8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/device/BoardConfig.mk.template b/tools/device/BoardConfig.mk.template
index 66538e3..617673f 100644
--- a/tools/device/BoardConfig.mk.template
+++ b/tools/device/BoardConfig.mk.template
@@ -6,7 +6,13 @@ USE_CAMERA_STUB := true
TARGET_ARCH := arm
TARGET_NO_BOOTLOADER := true
TARGET_BOARD_PLATFORM := unknown
-TARGET_CPU_ABI := armeabi
+TARGET_CPU_ABI := armeabi-v7a
+TARGET_CPU_ABI2 := armeabi
+TARGET_ARCH_VARIANT := armv7-a-neon
+TARGET_CPU_VARIANT := cortex-a7
+TARGET_CPU_SMP := true
+ARCH_ARM_HAVE_TLS_REGISTER := true
+
TARGET_BOOTLOADER_BOARD_NAME := __DEVICE__
BOARD_KERNEL_CMDLINE := __CMDLINE__