aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArian <arian.kulmer@web.de>2019-11-14 15:40:31 +0100
committerSpiritCroc <dev@spiritcroc.de>2020-02-15 11:00:57 +0100
commit97f50c5b2009ec04ab6e99338dfe75f5bbf246f3 (patch)
tree953572ae87de87741de1480148986fde4b9887b4
parent91924916b3c772c19b1aa0aace1e49e6b19ff2ba (diff)
shinano-common: Drop useless lta-label mount
Change-Id: Ifb8bb7161a04f17f93922d4df80fc50cb348d72c
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--config.fs5
-rw-r--r--rootdir/fstab.qcom1
3 files changed, 0 insertions, 8 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 5214fb1..205ecf7 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -119,7 +119,6 @@ TARGET_LD_SHIM_LIBS := \
# Filesystem
BOARD_FLASH_BLOCK_SIZE := 131072
-TARGET_FS_CONFIG_GEN += device/sony/shinano-common/config.fs
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
@@ -128,7 +127,6 @@ BOARD_BOOTIMAGE_PARTITION_SIZE := 20971520
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 16777216
BOARD_CACHEIMAGE_PARTITION_SIZE := 209715200
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2671771648
-BOARD_ROOT_EXTRA_FOLDERS := lta-label
# Recovery
TARGET_RECOVERY_FSTAB := device/sony/shinano-common/rootdir/fstab.full
diff --git a/config.fs b/config.fs
deleted file mode 100644
index d4eeeb5..0000000
--- a/config.fs
+++ /dev/null
@@ -1,5 +0,0 @@
-[lta-label/]
-mode: 0555
-user: AID_SYSTEM
-group: AID_SYSTEM
-caps: 0
diff --git a/rootdir/fstab.qcom b/rootdir/fstab.qcom
index cd5d9ea..84774ae 100644
--- a/rootdir/fstab.qcom
+++ b/rootdir/fstab.qcom
@@ -8,7 +8,6 @@
/dev/block/platform/msm_sdcc.1/by-name/boot /boot emmc defaults recoveryonly
/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel /recovery emmc defaults recoveryonly
-/dev/block/bootdevice/by-name/LTALabel /lta-label ext4 noatime,nosuid,nodev,noexec,ro,barrier=0 defaults
/dev/block/platform/msm_sdcc.1/by-name/cache /cache f2fs noatime,nosuid,nodev,rw,inline_xattr wait,check
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc,discard wait,check
/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs noatime,nosuid,nodev,rw,inline_xattr wait,check,formattable,encryptable=footer,length=-16384