peregrine: Correct system partition size

In hex it comes out to 0x0000000045000000 which is more
than the value given.

Change-Id: If05cf9322fffd08ba1bffb55e5355c2ea9e9a899
This commit is contained in:
Rabih Salamey 2014-11-17 21:38:29 -05:00
parent fb24e1f9fb
commit d92a35aae9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ TARGET_KERNEL_CONFIG := peregrine_defconfig
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 10485760
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 10485760
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1023410176
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1157627904
BOARD_USERDATAIMAGE_PARTITION_SIZE := 5930614784
# Recovery