Skip to content

Commit 30e47cf

Browse files
qcom-armv8a: use PARTLABEL for rootfs instead of hardcoded node (#1681)
This change updates the machine configuration to use PARTLABEL for selecting the root filesystem instead of a hardcoded device node. The root filesystem was previously identified using a fixed device node (for example /dev/sdaX).
2 parents 57cbaaa + f62e6d9 commit 30e47cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/machine/qcom-armv8a.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ LINUX_QCOM_KERNEL_DEVICETREE ?= " \
5858
"
5959

6060
QCOM_BOOTIMG_PAGE_SIZE[apq8016-sbc] ?= "2048"
61-
QCOM_BOOTIMG_ROOTFS ?= "/dev/sda1"
61+
QCOM_BOOTIMG_ROOTFS ?= "PARTLABEL=rootfs"
6262
QCOM_BOOTIMG_ROOTFS[apq8016-sbc] ?= "/dev/mmcblk0p14"
6363
QCOM_BOOTIMG_ROOTFS[sm8450-hdk] ?= "PARTLABEL=userdata"
6464
QCOM_BOOTIMG_ROOTFS[qcs404-evb-4000] ?= "/dev/mmcblk0p27"

0 commit comments

Comments
 (0)