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)
commitb7bb176d1c1865b5cf443f72aae9b9c8999d0cd2
treeefe9c50971e1ca2897a223cb899ad99aa6a84b64
parentff504e6fd118ab2e55492a138d0907dc2a943057
pistachio: Take bootargs from device tree

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