summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUsama Arif <usama.arif@arm.com>2021-03-22 16:08:50 +0000
committerTushar Khandelwal <tushar.khandelwal@arm.com>2021-04-22 20:27:11 +0100
commitace69d0385229aeb9aa9e919108407717202e60c (patch)
treeacb8f7dc589b32947a7efba03d3f8e52ad30457d
parent7f9863e28fd55bd1dc921e29bfc351aee7d0e87a (diff)
tc0: nano: increase size of system partition
This is needed to build android 11 nano. Signed-off-by: Usama Arif <usama.arif@arm.com> Change-Id: I9fd8cb8e8dc44941e3e9c15854b0ae799be41a15
-rw-r--r--tc0/BoardConfig-partitions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc0/BoardConfig-partitions.mk b/tc0/BoardConfig-partitions.mk
index e0ea4f1..368ceca 100644
--- a/tc0/BoardConfig-partitions.mk
+++ b/tc0/BoardConfig-partitions.mk
@@ -35,7 +35,7 @@ ifeq (,$(filter %_nano, $(TARGET_PRODUCT)))
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1342177280 # 1.25 GB
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800 # 550 MB
else
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 167772160 # 160 MB
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 209715200 # 200 MB
BOARD_USERDATAIMAGE_PARTITION_SIZE := 83886080 # 80 MB
endif