summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Branciog <alexandru.n.branciog@intel.com>2016-03-24 09:02:15 +0200
committerAlexandru Branciog <alexandru.n.branciog@intel.com>2016-03-24 12:04:53 +0200
commitf9ca2f39a9f1f92587c6ed733a9a3e7cced277c7 (patch)
tree1925c287685607b51943a52d59924d61e3048187
parentecb8e37338db08caa9df3397561d5b4f0872d349 (diff)
downloadedison-f9ca2f39a9f1f92587c6ed733a9a3e7cced277c7.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: I91f36401ac5d36e25c1f9d5512408d4f9f2a5bc2 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 55ec8b2..3d2f8ae 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -29,7 +29,7 @@ $(call add_peripheral, intel, audio/generic/usb)
$(call add_peripheral, intel, sensors/mraa)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 134217728
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
BOARD_U_BOOT_ENV_SIZE := 0x10000