From fce09f88d5ec3ef9e60bc0a34258e59088687a52 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Mon, 7 Sep 2020 15:17:42 +0300 Subject: qrb5165-rb5: correct rootfs (userdata) partition QRB5165 RB5 machine config lists sda15 as rootfs, which is C&P from SM8250-MTP. Use sda6 as rootfs (which is proper userdata on RB5). Signed-off-by: Dmitry Baryshkov --- conf/machine/qrb5165-rb5.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/qrb5165-rb5.conf b/conf/machine/qrb5165-rb5.conf index c2727ac..33b139f 100644 --- a/conf/machine/qrb5165-rb5.conf +++ b/conf/machine/qrb5165-rb5.conf @@ -19,8 +19,8 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ " # linux-firmware-qcom-adreno-a650 -# /dev/sda15 is 'userdata' partition, so wipe it and use for our build -QCOM_BOOTIMG_ROOTFS ?= "sda15" +# /dev/sda6 is 'userdata' partition, so wipe it and use for our build +QCOM_BOOTIMG_ROOTFS ?= "sda6" # UFS partitions setup with 4096 logical sector size EXTRA_IMAGECMD_ext4 += " -b 4096 " -- cgit v1.2.2-1-g5e49