aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 3d4182e..8844ea6 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -17,9 +17,7 @@
# Inherit common omap4 board config
-include hardware/ti/omap4/BoardConfigCommon.mk
-ifneq ($(filter p3100 p5100,$(TARGET_DEVICE)),)
TARGET_SPECIFIC_HEADER_PATH += device/samsung/espresso-common/include
-endif
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true
@@ -118,10 +116,8 @@ BOARD_HAS_DOWNLOAD_MODE := true
BOARD_CUSTOM_BOOTIMG_MK := device/samsung/espresso-common/custombootimg.mk
BOARD_CANT_BUILD_RECOVERY_FROM_BOOT_PATCH := true
-ifneq ($(filter p3100 p5100,$(TARGET_DEVICE)),)
# RIL
BOARD_VENDOR := samsung
BOARD_PROVIDES_LIBRIL := true
BOARD_MODEM_TYPE := xmm6260
BOARD_RIL_CLASS := ../../../device/samsung/espresso-common/ril
-endif