Skip to content

Commit

Permalink
BoardConfig: target new Cortex A5 bionic optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jul 23, 2013
1 parent c88e9a3 commit ba485d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BoardConfig.mk
Expand Up @@ -16,8 +16,7 @@ TARGET_CPU_SMP := false
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon

# cortex-a9 is used to take advantage of NEON optimizations
TARGET_ARCH_VARIANT_CPU := cortex-a9
TARGET_ARCH_VARIANT_CPU := cortex-a5
TARGET_ARCH_VARIANT_FPU := neon

BOARD_USES_QCOM_HARDWARE := true
Expand Down

0 comments on commit ba485d4

Please sign in to comment.