summaryrefslogtreecommitdiff
path: root/hikey960
diff options
context:
space:
mode:
authorvishal <vishal.bhoj@linaro.org>2018-09-11 15:18:36 +0530
committerAlistair Strachan <astrachan@google.com>2018-09-12 16:34:33 +0000
commit7952f1c59a3dde3ca449a01d15ca7b3ab8e90e2d (patch)
treedf5f97b832a6ea8fa81f764456d837a7ba8a009e /hikey960
parentb7d831e198d59af6f65af682f1fbb1c8f25c3dba (diff)
downloadhikey-7952f1c59a3dde3ca449a01d15ca7b3ab8e90e2d.tar.gz
hikey{,960}: Remove cache partition support
This does not work with latest GSI on AOSP master which has cache as a symlink to /data/cache where trying to mount cache partition fails. Change-Id: I0621accc580a5ae8ccf2494a76df457f152d51e3 Signed-off-by: Vishal Bohj <vishal.bhoj@linaro.org>
Diffstat (limited to 'hikey960')
-rw-r--r--hikey960/BoardConfig.mk1
-rw-r--r--hikey960/fstab.hikey9601
2 files changed, 0 insertions, 2 deletions
diff --git a/hikey960/BoardConfig.mk b/hikey960/BoardConfig.mk
index 730d5f55..a670f4f9 100644
--- a/hikey960/BoardConfig.mk
+++ b/hikey960/BoardConfig.mk
@@ -30,7 +30,6 @@ BOARD_MKBOOTIMG_ARGS := --base 0x0 --tags_offset 0x07a00000 --kernel_offset 0x00
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4915724288 # 4688MB
BOARD_USERDATAIMAGE_PARTITION_SIZE := 25845301248 # 24648MB
-BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 # 256MB
BOARD_FLASH_BLOCK_SIZE := 512
# Vendor partition definitions
diff --git a/hikey960/fstab.hikey960 b/hikey960/fstab.hikey960
index 9f183905..fd957de4 100644
--- a/hikey960/fstab.hikey960
+++ b/hikey960/fstab.hikey960
@@ -5,7 +5,6 @@
#/dev/block/platform/soc/ff3b0000.ufs/by-name/system_a /system ext4 ro wait
#/dev/block/platform/soc/ff3b0000.ufs/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
-/dev/block/sdd5 /cache ext4 discard,noatime,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
#/dev/block/platform/soc/ff3b0000.ufs/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
/dev/block/sdd13 /data f2fs discard,noatime,nosuid,nodev wait,check,fileencryption=software,quota
/dev/block/sdd13 /data ext4 discard,noatime,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait,formattable