Skip to content

Commit

Permalink
FP5: Inherit common partition reserved sizes
Browse files Browse the repository at this point in the history
Change-Id: I444ce2fcd37cdfa58d83a7e872dc547fb05a2a89
  • Loading branch information
mikeNG committed Jan 31, 2024
1 parent 08d8d72 commit e005e31
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ TARGET_MODULE_ALIASES += wlan.ko:qca_cld3_wlan.ko
BOARD_USES_METADATA_PARTITION := true

# Partitions (Sizes)
-include vendor/lineage/config/BoardConfigReservedSize.mk
BOARD_BOOTIMAGE_PARTITION_SIZE := 100663296
BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
BOARD_DTBOIMG_PARTITION_SIZE := 25165824
Expand All @@ -151,13 +152,6 @@ BOARD_SUPER_PARTITION_GROUPS := qti_dynamic_partitions
BOARD_QTI_DYNAMIC_PARTITIONS_PARTITION_LIST := odm product system system_ext vendor
BOARD_QTI_DYNAMIC_PARTITIONS_SIZE := 6438256640

BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE:= 236870912
BOARD_SYSTEM_EXTIMAGE_PARTITION_RESERVED_SIZE:= 236870912
BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE:= 236870912
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE:= 236870912
BOARD_ODMIMAGE_PARTITION_RESERVED_SIZE:= 236870912
BOARD_PRODUCTIMAGE_PARTITION_RESERVED_SIZE:= 236870912

# Partitions (Other)
BOARD_BUILD_SUPER_IMAGE := true
BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
Expand Down

0 comments on commit e005e31

Please sign in to comment.