commit | 8d3b1f32231a86968ed29e94a244f7cbbfed6eb9 | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Wed Oct 14 17:09:44 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 14 17:09:44 2020 +0000 |
tree | 849a7bc84572c5eec36440adf80c5c0effc8d6f3 | |
parent | 8bf2a9fbfac3a75e986e2a31d08844776522d5fa [diff] | |
parent | ba4feda6ce2a8e6a57687069f3e1c161b3f3d0da [diff] |
db845c: BoardConfig: Correct the super partition size am: 7d3a1ac4e5 am: 5c6916bb54 am: 345164f628 am: ba4feda6ce Original change: https://android-review.googlesource.com/c/device/linaro/dragonboard/+/1452362 Change-Id: I0d561814dae6f9bf06ce0c56af6b4b77aff98a34
diff --git a/db845c/BoardConfig.mk b/db845c/BoardConfig.mk index 816c465..9d31f97 100644 --- a/db845c/BoardConfig.mk +++ b/db845c/BoardConfig.mk
@@ -19,7 +19,7 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 21474836480 #20G BOARD_FLASH_BLOCK_SIZE := 512 # Super partition -BOARD_SUPER_PARTITION_SIZE := 10737418240 #10G -BOARD_DB_DYNAMIC_PARTITIONS_SIZE := 10737418240 #10G +BOARD_SUPER_PARTITION_SIZE := 12437225472 +BOARD_DB_DYNAMIC_PARTITIONS_SIZE := 12437225472 BOARD_SUPER_PARTITION_METADATA_DEVICE := super BOARD_SUPER_IMAGE_IN_UPDATE_PACKAGE := true