Skip to content

Commit

Permalink
marlin/sailfish: Disable ext4 share_dup_blocks
Browse files Browse the repository at this point in the history
* This allows us to remount ext4 partitions read-write

Change-Id: Idb66b7290a27550db70441c38b4ab3207bdcaff7
  • Loading branch information
invisiblek authored and razorloves committed Jan 26, 2020
1 parent a891c41 commit dd27fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marlin/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 10737418240
BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072 # (BOARD_KERNEL_PAGESIZE * 64)
BOARD_EXT4_SHARE_DUP_BLOCKS := true
#BOARD_EXT4_SHARE_DUP_BLOCKS := true

TARGET_USES_ION := true
TARGET_USES_NEW_ION_API :=true
Expand Down
2 changes: 1 addition & 1 deletion sailfish/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 10737418240
BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072 # (BOARD_KERNEL_PAGESIZE * 64)
BOARD_EXT4_SHARE_DUP_BLOCKS := true
#BOARD_EXT4_SHARE_DUP_BLOCKS := true

TARGET_USES_ION := true
TARGET_USES_NEW_ION_API :=true
Expand Down

0 comments on commit dd27fdc

Please sign in to comment.