klte: update partition sizes to fix block based flashing

* Some devices partitions are smaller and cause block based flashing to
  fail. Change to lowest partition sizes known to fix.
* Partition size values from TMO variant.

Change-Id: Ib2178e95baeac44273cf4481c42adeb70e4b7a37
This commit is contained in:
Matt Filetto 2014-11-24 23:37:17 -08:00 committed by Ethan Chen
parent 689504c0aa
commit 6d01d652e9

View file

@ -31,8 +31,8 @@ BOARD_NFC_CHIPSET := pn547
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 13631488
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 15728640
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2621440000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12669926400
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2597322752
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12442369024 # 12442385408 - 16384
# inherit from the proprietary version
-include vendor/samsung/klte/BoardConfigVendor.mk