mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Correct partition sizes
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
b7968c839d
commit
bbf6773b5c
1 changed files with 4 additions and 4 deletions
|
|
@ -54,10 +54,10 @@ BOARD_KERNEL_PAGESIZE := 2048
|
||||||
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100
|
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
|
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
|
||||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 5637144576
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3565158400
|
||||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 53921955328
|
BOARD_USERDATAIMAGE_PARTITION_SIZE := 57558433792
|
||||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
|
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
|
||||||
BOARD_FLASH_BLOCK_SIZE := 131072
|
BOARD_FLASH_BLOCK_SIZE := 131072
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue