uboot-sunxi: remove earlyprintk for arm64
authorChukun Pan <[email protected]>
Sat, 30 Aug 2025 12:06:25 +0000 (20:06 +0800)
committerHauke Mehrtens <[email protected]>
Sun, 19 Oct 2025 22:48:11 +0000 (00:48 +0200)
Remove earlyprintk from bootargs for arm64 boards.
This option is only valid for arm:

```
Unknown kernel command line parameters "earlyprintk",
will be passed to user space.
```

Signed-off-by: Chukun Pan <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20140
Signed-off-by: Hauke Mehrtens <[email protected]>
package/boot/uboot-sunxi/uEnv-a64.txt
package/boot/uboot-sunxi/uEnv-h6.txt
package/boot/uboot-sunxi/uEnv-h616.txt

index 4fe994caa924f0324c66279d95d6c7267b3b7613..2a4c3ddecc13885aaf5493da3b1e96f8a8ea6662 100644 (file)
@@ -1,6 +1,6 @@
 setenv mmc_rootpart 2
 part uuid mmc ${mmc_bootdev}:${mmc_rootpart} uuid
 setenv loadkernel fatload mmc \$mmc_bootdev \$kernel_comp_addr_r uImage
-setenv bootargs console=ttyS0,115200 earlyprintk root=PARTUUID=${uuid} rootwait earlycon=uart,mmio32,0x01c28000
+setenv bootargs console=ttyS0,115200 earlycon=uart,mmio32,0x01c28000 root=PARTUUID=${uuid} rootwait
 setenv uenvcmd run loadkernel \&\& bootm \$kernel_comp_addr_r
 run uenvcmd
index 6f0060ec8111760622e62d8c4ac1c64b326b7b04..76cb0319e3a83f780fa74aad499c798062f01e39 100644 (file)
@@ -1,6 +1,6 @@
 setenv mmc_rootpart 2
 part uuid mmc ${mmc_bootdev}:${mmc_rootpart} uuid
 setenv loadkernel fatload mmc \$mmc_bootdev \$kernel_comp_addr_r uImage
-setenv bootargs console=ttyS0,115200 earlyprintk root=PARTUUID=${uuid} rootwait
+setenv bootargs console=ttyS0,115200 root=PARTUUID=${uuid} rootwait
 setenv uenvcmd run loadkernel \&\& bootm \$kernel_comp_addr_r
 run uenvcmd
index 6f0060ec8111760622e62d8c4ac1c64b326b7b04..76cb0319e3a83f780fa74aad499c798062f01e39 100644 (file)
@@ -1,6 +1,6 @@
 setenv mmc_rootpart 2
 part uuid mmc ${mmc_bootdev}:${mmc_rootpart} uuid
 setenv loadkernel fatload mmc \$mmc_bootdev \$kernel_comp_addr_r uImage
-setenv bootargs console=ttyS0,115200 earlyprintk root=PARTUUID=${uuid} rootwait
+setenv bootargs console=ttyS0,115200 root=PARTUUID=${uuid} rootwait
 setenv uenvcmd run loadkernel \&\& bootm \$kernel_comp_addr_r
 run uenvcmd