pistachio: Take bootargs from device tree
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 24 Oct 2021 23:48:17 +0000 (01:48 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 2 Nov 2021 22:37:19 +0000 (23:37 +0100)
The boot arguments are copied into the device tree by the boot loader
and taken from the device tree by the kernel.
The code which takes the boot arguments from the different sources was
reworked with kernel 5.5.

We have to activate CONFIG_MIPS_CMDLINE_DTB_EXTEND to take the boot
arguments from the device tree.

This makes the system boot on the board again.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/pistachio/config-5.10

index f510b389a8905ad8d10c65be5db4860a60b28a55..f3042b1d32c3367bcb8daf5e5bb3458777b2f81a 100644 (file)
@@ -141,8 +141,8 @@ CONFIG_MIPS_ASID_BITS=8
 CONFIG_MIPS_ASID_SHIFT=0
 CONFIG_MIPS_CLOCK_VSYSCALL=y
 CONFIG_MIPS_CM=y
-# CONFIG_MIPS_CMDLINE_DTB_EXTEND is not set
-CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER=y
+CONFIG_MIPS_CMDLINE_DTB_EXTEND=y
+# CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER is not set
 # CONFIG_MIPS_CMDLINE_FROM_DTB is not set
 CONFIG_MIPS_CPC=y
 CONFIG_MIPS_CPS=y