MIPS: Make the kernel arguments from dtb available
authorJonas Gorski <[email protected]>
Mon, 12 Oct 2015 11:13:02 +0000 (13:13 +0200)
committerRalf Baechle <[email protected]>
Wed, 11 Nov 2015 07:38:34 +0000 (08:38 +0100)
commit2024972ef5330dcae47f400c586764d8f4cb0b04
treeb57b861541bfc09ac5200ecf3bced6c8e15309e7
parent5b24d52ce23d1c7a5c2bd884e57463e266eb8b85
MIPS: Make the kernel arguments from dtb available

Similar to how arm allows using selecting between bootloader arguments,
dtb arguments and both, allow to select them on mips. But since we have
less control over the place of the dtb do not modify it but instead use
the boot_command_line for merging them.

The default is "use bootloader arguments" to keep the current behaviour
as default.

Signed-off-by: Jonas Gorski <[email protected]>
Cc: [email protected]
Cc: Kevin Cernekee <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Zubair Lutfullah Kakakhel <[email protected]>
Cc: James Hogan <[email protected]>
Cc: John Crispin <[email protected]>
Cc: Ganesan Ramalingam <[email protected]>
Cc: Jayachandran C <[email protected]>
Cc: Andrew Bresticker <[email protected]>
Cc: James Hartley <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/11284/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/Kconfig
arch/mips/kernel/setup.c