Skip to content

Commit

Permalink
qcom-base: QCOM_BOOTIMG_ROOTFS: use PARTLABEL
Browse files Browse the repository at this point in the history
Kernel is only able to recognize PARTLABEL when root specifies a block
device using partition label.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti authored and quic-vkraleti committed Nov 26, 2024
1 parent 832af4b commit 43d558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/qcom-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ EXTRA_IMAGECMD:ext4 = "-i 4096 -b 4096"

SERIAL_CONSOLES ?= "115200;ttyMSM0"

QCOM_BOOTIMG_ROOTFS ?= "/dev/disk/by-partlabel/system"
QCOM_BOOTIMG_ROOTFS ?= "PARTLABEL=system"

0 comments on commit 43d558d

Please sign in to comment.