mvebu: fix bootloader kernel commandline mangling
authorPetr Štetiar <ynezz@true.cz>
Wed, 10 Jun 2020 14:01:06 +0000 (16:01 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 16 Jun 2020 21:36:26 +0000 (23:36 +0200)
commit014c101e0b4c50c13f3c64e6c716827095afa46e
tree5e8b3d6109ee4b21ea1ea92c132f610134d35667
parentc4037a5b9eee09c96e5c8108f1b7aa439f96cb6b
mvebu: fix bootloader kernel commandline mangling

Currently I'm unable to boot initramfs image with `console=ttyS0,115200`
kernel commandline as the kernel commandline mangling resets kernel
commandline if there is no `root=` option provided, efectively clearing
whatever I pass to the kernel, making the `root=` option mandatory.

So if the kernel commandline mangling is not appropriate just leave the
kernel commandline as it is.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/mvebu/patches-5.4/006-mvebu-Mangle-bootloader-s-kernel-arguments.patch