summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Branciog <alexandru.n.branciog@intel.com>2016-03-24 09:09:22 +0200
committerBruce J Beare <bruce.j.beare@intel.com>2016-03-24 20:57:32 +0000
commit51057d81f7f55615bd9d74b2c0bb60e8606197cf (patch)
treed00da016d08d2cb011cdd4d91617890d74eb2c67
parent88def9110b6d9b212b5645ccd1f0570bc5bd9667 (diff)
downloadminnowboard-51057d81f7f55615bd9d74b2c0bb60e8606197cf.tar.gz
Increase userdata partition size
With the Gtest suite placed in /data/nativetests increasing we risk running out of space. Setting the new size to 512MB. Bug=None Change-Id: I7c835b5140ecbeb9d4a4f6afb2897977a332ddeb Signed-off-by: Alexandru Branciog <alexandru.n.branciog@intel.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9cb3e54..24cd433 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -38,7 +38,7 @@ $(call enable_adb_over_tcp, 5555, true)
# NOTE: These values must be kept in sync with BOARD_GPT_INI
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_BOOTLOADER_PARTITION_SIZE := 62914560
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 134217728
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_FLASH_BLOCK_SIZE := 512
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false