diff options
author | Christopher Ferris <cferris@google.com> | 2013-03-08 02:03:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-03-08 02:03:35 +0000 |
commit | 1325a6672ee095e562a0c5d77f0c86b0a512a037 (patch) | |
tree | 6b1e46ad88d99858e804f54e928a2a78740328c4 | |
parent | 1cd05808ec499ef668760fd276715412c829a271 (diff) | |
parent | eb4caa05573b00c96092cf7838a3b12397c9df29 (diff) | |
download | device_samsung_tuna-1325a6672ee095e562a0c5d77f0c86b0a512a037.zip device_samsung_tuna-1325a6672ee095e562a0c5d77f0c86b0a512a037.tar.gz device_samsung_tuna-1325a6672ee095e562a0c5d77f0c86b0a512a037.tar.bz2 |
Merge "Adding TARGET_CPU_VARIANT to config file."
-rw-r--r-- | BoardConfig.mk | 1 |
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 |