diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2014-11-24 19:45:22 -0800 |
|---|---|---|
| committer | OptX <lxseibel@gmail.com> | 2014-12-23 01:01:03 +0100 |
| commit | d5bb844512fde60883ff34413935194cdf77714b (patch) | |
| tree | 6c39a0fcd63d8a6d354b7b27ab5e70bd0145705a | |
| parent | 739f0b9ce08cf7615c8b661806b3cdd820b2131b (diff) | |
klteusc: set correct partition sizes
* If the partition sizes are set incorrectly and are larger than
the partition on the device block based flashing will fail.
Change-Id: I9609a53d2636c65803dfa1ee4c1e735d0c0e5945
| -rw-r--r-- | BoardConfig.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index ab17bbe..24e3693 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -31,8 +31,8 @@ BOARD_NFC_CHIPSET := pn547 # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 13631488 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 15728640 -BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2831155200 -BOARD_USERDATAIMAGE_PARTITION_SIZE := 12187581440 +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2587885568 +BOARD_USERDATAIMAGE_PARTITION_SIZE := 12442385920 # inherit from the proprietary version -include vendor/samsung/klteusc/BoardConfigVendor.mk |
