summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-02-05 15:49:55 -0800
committerChristopher Ferris <cferris@google.com>2013-03-07 18:02:42 -0800
commite507337e02321c32ba4473c8a685f2eb56d00fc2 (patch)
tree5e2c5df025e51a1faf8b85f3bf0585b77cf2c555
parent6ef58be7db451bb911c8f41b0ab5aa33d5defb18 (diff)
downloadtuna-e507337e02321c32ba4473c8a685f2eb56d00fc2.tar.gz
Adding TARGET_CPU_VARIANT to config file.
Bug: 8005082 Merge from internal master. Change-Id: I50f0d33addb858b0c0510f97b4a1abb8bd9a4691
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 58f877a..1e6d96a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -30,6 +30,7 @@ TARGET_CPU_ABI2 := armeabi
TARGET_CPU_SMP := true
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
+TARGET_CPU_VARIANT := cortex-a9
ARCH_ARM_HAVE_TLS_REGISTER := true
TARGET_NO_BOOTLOADER := true