aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2015-03-19 14:18:39 +0000
committerDaniel Thompson <daniel.thompson@linaro.org>2015-03-19 14:18:39 +0000
commit534a7111fe086d6255ed758f19b4bd6de583af4a (patch)
tree383814c4eb2861e5b3847043fc91a44de07fcedd
parent5724886b0e9ed2fadf1480499225b7dd73d53fe8 (diff)
ifc6410: Fix cache image size
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index ce84bec..4deac59 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -44,7 +44,7 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 536870912
# flashing such a large image requires automatically sparseing of files
# (which doesn't always work well) so, for now, userdata is 768M.
BOARD_USERDATAIMAGE_PARTITION_SIZE := 805306368
-BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
+BOARD_CACHEIMAGE_PARTITION_SIZE := 67108864
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 512
# TODO: Can this fix the sparse problems mentioned above.