klte: Move partition sizes to -common

* All of the variants are close enough to each other that
  carrying these in the device-specific trees doesn't
  add much.

Change-Id: I571d3e7419abcf08fa32207e467431325f1beaf4
This commit is contained in:
Kevin F. Haggerty 2017-12-26 15:18:39 -07:00
parent 966c91e33d
commit 9adcca1f69
1 changed files with 0 additions and 7 deletions

View File

@ -29,12 +29,5 @@ TARGET_LIBINIT_MSM8974_DEFINES_FILE := device/samsung/klte/init/init_klte.cpp
BOARD_NFC_CHIPSET := pn547
BOARD_NFC_HAL_SUFFIX := msm8974
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 13631488
BOARD_CACHEIMAGE_PARTITION_SIZE := 524288000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 15728640
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2548039680
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12442369024 # 12442385408 - 16384
# inherit from the proprietary version
-include vendor/samsung/klte/BoardConfigVendor.mk