bangkk: Update partition sizes
Calculated from lpdump super.img output: Block device table: ------------------------ Partition name: super Size: 6710886400 bytes Group table: ------------------------ Name: mot_dp_group_a Maximum size: 6706692096 bytes Change-Id: Ife0ab1dd8819b5ba582657f69ad7f82b046c6609
This commit is contained in:
parent
5a8bfe1975
commit
3678800496
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVIC
|
|||
BOOT_KERNEL_MODULES := $(BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD)
|
||||
|
||||
# Partitions
|
||||
BOARD_MOT_DP_GROUP_SIZE := 8921284608 # ( BOARD_SUPER_PARTITION_SIZE - 4MB )
|
||||
BOARD_SUPER_PARTITION_SIZE := 8925478912
|
||||
BOARD_MOT_DP_GROUP_SIZE := 6706692096 # (BOARD_SUPER_PARTITION_SIZE - 4MB)
|
||||
BOARD_SUPER_PARTITION_SIZE := 6710886400
|
||||
|
||||
# Properties
|
||||
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
|
||||
|
|
Loading…
Reference in a new issue