matisse-common: fix partitions size

Moreover, because of encryption, define a userdata partition smaller of 16 kB (16384 B) than the real one.

Change-Id: I3f94f76d8d1620af61892811068d70811b74d6e5
This commit is contained in:
matteo0026 2021-10-13 19:25:40 +02:00
parent bfa7b488d0
commit 87630d96c7
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_BOOTIMAGE_PARTITION_SIZE := 10485760
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 10485760
BOARD_CACHEIMAGE_PARTITION_SIZE := 314572800
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2362232012
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12884901888
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2411724800
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12843642880
TARGET_USES_MKE2FS := true
# Power HAL