aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/dragonboard-410c.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/dragonboard-410c.conf b/conf/machine/dragonboard-410c.conf
index ba690ac..3264313 100644
--- a/conf/machine/dragonboard-410c.conf
+++ b/conf/machine/dragonboard-410c.conf
@@ -37,6 +37,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "linux-firmware \
CMDLINE = "console=ttyMSM0,115200n8 root=/dev/mmcblk0p10 rootwait"
-# Fastboot expects an ext4 image
+# Fastboot expects an ext4 image, which needs to be 4096 aligned
IMAGE_FSTYPES_append = " ext4"
+IMAGE_ROOTFS_ALIGNMENT = "4096"