summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-11-29 13:35:20 +0100
committerGiulio Cervera <giulio.cervera@cyanogenmod.org>2014-11-29 13:35:20 +0100
commit5862ac45d9a4cb3ccb05a357bf613a4911cacd06 (patch)
tree830bc630ac393ac26fffd4ac1fbf9be806cb3ed8
parent0e42dd68755a62996dc16b79263b3785ff133bb7 (diff)
remove unused flags
Change-Id: I78296f441d59b8856fcdb9a6af77fb7fbc70f7ef
-rw-r--r--BoardConfigCommon.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 80acda8..e69bdb2 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -33,12 +33,6 @@ BOARD_VENDOR_PLATFORM := shinano
# Architecture
TARGET_CPU_VARIANT := krait
-# Flags
-COMMON_GLOBAL_CFLAGS += -D__ARM_USE_PLD -D__ARM_CACHE_LINE_SIZE=64
-
-# Krait optimizations
-TARGET_USE_KRAIT_BIONIC_OPTIMIZATION := true
-
# Kernel information
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 2048
@@ -50,11 +44,6 @@ TARGET_DTB_EXTRA_FLAGS := --force-v2
# Qualcomm
BOARD_USES_QCOM_HARDWARE := true
BOARD_USES_QC_TIME_SERVICES := true
-TARGET_USES_QCOM_BSP := true
-TARGET_ENABLE_QC_AV_ENHANCEMENTS := true
-TARGET_QCOM_AUDIO_VARIANT := caf
-TARGET_QCOM_DISPLAY_VARIANT := caf-new
-TARGET_QCOM_MEDIA_VARIANT := caf-new
# ANT+
BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease"