Skip to content

Commit

Permalink
BoardConfig: no SMP makes everything crappy
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jan 14, 2013
1 parent eaca6bc commit b23c1bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BoardConfig.mk
Expand Up @@ -11,12 +11,11 @@ TARGET_NO_RADIOIMAGE := true

TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_SMP := true

TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon

ARCH_ARM_HAVE_TLS_REGISTER := true

BOARD_USES_QCOM_HARDWARE := true
COMMON_GLOBAL_CFLAGS += -DQCOM_HARDWARE

Expand Down

1 comment on commit b23c1bf

@dpeddi
Copy link

@dpeddi dpeddi commented on b23c1bf Mar 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you mean for crappy?

Please sign in to comment.