aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Hagendorn <git@finnq.de>2016-01-26 18:36:15 +0100
committerHendrik Hagendorn <git@finnq.de>2016-01-26 18:36:24 +0100
commitd8235e5fb48dcd66c3c7d836215302b2d1ceeafe (patch)
treec352332469289d3db60f86360c80d14c203d8da8
parent9ee230d84338f40f3e078693831261e47268fef4 (diff)
d855: add missing partitions and flash block size
Change-Id: I5e2dc4d0ed8e19a28b34b187ea065e495201b247
-rw-r--r--BoardConfig.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5c6ccda..1bf456e 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2014 The CyanogenMod Project
+# Copyright (C) 2016 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -29,10 +29,17 @@ TARGET_KERNEL_CONFIG := cyanogenmod_d855_defconfig
TARGET_REQUIRES_BUMP := true
# Partitions
+BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_BOOTIMAGE_PARTITION_SIZE := 16777216
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 16777216
+BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
+BOARD_CACHEIMAGE_PARTITION_SIZE := 637534208
+BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
+BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2164260864
+BOARD_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12297699328
+TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
# Recovery