summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2018-04-17 16:04:15 +0530
committerAmit Pundir <amit.pundir@linaro.org>2018-04-17 16:04:15 +0530
commit6e60c94fcaa05547e8403c856da5376cb5967a74 (patch)
tree1e4e7da770945399bbb6d183b1fe517be572411b
parent0681463bf1af3a28879c11a1cc63622696377f52 (diff)
db820c: Update image sizes to align with latest GPT
Update system, cache and userdata image sizes according to the GPT in the latest bootloader package. Change-Id: I0ccb30e28f7b6d9285bd604539f2ccca8d2e2804 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--db820c/BoardConfig.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/db820c/BoardConfig.mk b/db820c/BoardConfig.mk
index 3b36403..e375a97 100644
--- a/db820c/BoardConfig.mk
+++ b/db820c/BoardConfig.mk
@@ -12,6 +12,6 @@ BOARD_KERNEL_BASE := 0x80000000
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_CMDLINE := firmware_class.path=/system/vendor/firmware/ androidboot.hardware=db820c
BOARD_KERNEL_CMDLINE += printk.devkmsg=on maxcpus=2
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 12884901888
-BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4294967296 #4G
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 12884901888 #12G
+BOARD_CACHEIMAGE_PARTITION_SIZE := 536870912 #512M