arch: riscv: support kernel command line forcing when no DTB passed
authorPaul Walmsley <paul.walmsley@sifive.com>
Tue, 18 Dec 2018 03:15:12 +0000 (19:15 -0800)
committerPalmer Dabbelt <palmer@sifive.com>
Mon, 7 Jan 2019 16:08:00 +0000 (08:08 -0800)
commit8fd6e05c7463b635e51ec7df0a1858c1b5a6e350
tree1e57a65f63d0e3e9f42b89926202c13f6e16b157
parentd0df00e30e4bf9bc27ddbd092ad683ff6121b360
arch: riscv: support kernel command line forcing when no DTB passed

CONFIG_CMDLINE_FORCE doesn't work on RISC-V when no DTB is passed into
the kernel.  This is because the code that forces the kernel command
line only runs if a valid DTB is present at boot.  During debugging,
it's useful to have the ability to force kernel command lines even
when no DTB is present.  This patch adds support for doing so.

Cc: Palmer Dabbelt <palmer@sifive.com>
Cc: Albert Ou <aou@eecs.berkeley.edu>
Cc: linux-riscv@lists.infradead.org
Cc: linux-kernel@vger.kernel.org (open list)
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/setup.c