diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-25 01:48:17 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-02 23:37:19 +0100 |
commit | b7bb176d1c1865b5cf443f72aae9b9c8999d0cd2 (patch) | |
tree | efe9c50971e1ca2897a223cb899ad99aa6a84b64 /target/linux/pistachio | |
parent | ff504e6fd118ab2e55492a138d0907dc2a943057 (diff) | |
download | upstream-b7bb176d1c1865b5cf443f72aae9b9c8999d0cd2.tar.gz upstream-b7bb176d1c1865b5cf443f72aae9b9c8999d0cd2.tar.bz2 upstream-b7bb176d1c1865b5cf443f72aae9b9c8999d0cd2.zip |
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>
Diffstat (limited to 'target/linux/pistachio')
-rw-r--r-- | target/linux/pistachio/config-5.10 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/pistachio/config-5.10 b/target/linux/pistachio/config-5.10 index f510b389a8..f3042b1d32 100644 --- a/target/linux/pistachio/config-5.10 +++ b/target/linux/pistachio/config-5.10 @@ -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 |