ath79: Fix fallback to bootloader cmdline on empty DT bootargs
authorSven Eckelmann <sven@narfation.org>
Mon, 23 Nov 2020 15:57:31 +0000 (16:57 +0100)
committerPetr Štetiar <ynezz@true.cz>
Tue, 22 Dec 2020 18:11:50 +0000 (19:11 +0100)
commit727eebbad1b9dea91174ea675cb64ea13484f790
treee7e59b99d6dd2645c93769c11293ececcac08666
parent3599ea5263a1a39740948110d96cfccdf409f336
ath79: Fix fallback to bootloader cmdline on empty DT bootargs

The MIPS code is supposed to fall back to u-boots bootargs whenever the
/chosen/bootargs property is missing. But this feature was accidentally
disabled when the boot_command_line was initialized with an empty space
just to work around problems with early_init_dt_scan_chosen.

But this feature is necessary for some boards which have a dualboot
mechanism and whose u-boot is calculating the correct partition at runtime
without writing this information back to the u-boot-env.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
target/linux/ath79/patches-5.4/0001-MIPS-cmdline-Clean-up-boot_command_line-initializati.patch [new file with mode: 0644]