Skip to content

Commit 8e20895

Browse files
authored
ayn-thor: fix fused kernel args in LinuxLoader.cfg cmdline, add rw rootwait (#9969)
arm64.nopauthfbcon=rotate:3 was two kernel parameters fused by a missing space, so neither arm64.nopauth nor fbcon=rotate:3 took effect. Also add rw and rootwait to match the ayn-odin2 LinuxLoader.cfg and the family's BOOTIMG_CMDLINE_EXTRA; without rootwait the direct-Linux boot path can race storage enumeration and intermittently fail to mount root.
1 parent 930b773 commit 8e20895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bsp/ayn-thor/LinuxLoader.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ DisableDisplayHW = true
5454
Image = "Image"
5555
initrd = "initrd.img-INITRD_PLACEHOLDER"
5656
devicetree = "dtb/qcom/qcs8550-ayn-thor.dtb"
57-
cmdline = "clk_ignore_unused pd_ignore_unused arm64.nopauthfbcon=rotate:3 console=ttyMSM0,115200n8 root=UUID=UUID_PLACEHOLDER"
57+
cmdline = "clk_ignore_unused pd_ignore_unused arm64.nopauth fbcon=rotate:3 console=ttyMSM0,115200n8 rw rootwait root=UUID=UUID_PLACEHOLDER"
5858

0 commit comments

Comments
 (0)