commit | 5c6916bb5411c6b2dd1e0f90ad7643451a827a9b | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Wed Oct 14 15:43:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 14 15:43:25 2020 +0000 |
tree | 849a7bc84572c5eec36440adf80c5c0effc8d6f3 | |
parent | 222ed0b5561d54bef8f3e1626e64421b2ea8c904 [diff] | |
parent | 7d3a1ac4e582e2eebb13c356f696b84409ae6620 [diff] |
db845c: BoardConfig: Correct the super partition size am: 7d3a1ac4e5 Original change: https://android-review.googlesource.com/c/device/linaro/dragonboard/+/1452362 Change-Id: I24d55b8d9721f533c35de6271dc4b33f7a677f7c
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