diff options
-rw-r--r-- | BoardConfigCommon.mk | 11 |
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" |