aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/dragonboard-845c.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/dragonboard-845c.conf')
-rw-r--r--conf/machine/dragonboard-845c.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/dragonboard-845c.conf b/conf/machine/dragonboard-845c.conf
index 8b82657..8cd10d4 100644
--- a/conf/machine/dragonboard-845c.conf
+++ b/conf/machine/dragonboard-845c.conf
@@ -19,3 +19,6 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
# XXX: The sda10 is userdata we need to create an Linux gpt to have more space
# and use rootfs
QCOM_BOOTIMG_ROOTFS ?= "sda10"
+
+# UFS partitions setup with 4096 logical sector size
+EXTRA_IMAGECMD_ext4 += " -b 4096 "