Skip to content

Commit

Permalink
BoardConfig: never stop optimising (thanks adfad666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Apr 2, 2013
1 parent 11963d9 commit 6902e58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BoardConfig.mk
Expand Up @@ -16,6 +16,10 @@ 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_FPU := neon

BOARD_USES_QCOM_HARDWARE := true
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE

Expand All @@ -30,6 +34,8 @@ TARGET_USE_SPARROW_BIONIC_OPTIMIZATION := true
TARGET_AVOID_DRAW_TEXTURE_EXTENSION := true
TARGET_USES_16BPPSURFACE_FOR_OPAQUE := true

ARCH_ARM_HAVE_32_BYTE_CACHE_LINES := true

TARGET_USES_ION := false

TARGET_BOOTLOADER_BOARD_NAME := u8815
Expand Down

0 comments on commit 6902e58

Please sign in to comment.