]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCE
authorPalmer Dabbelt <palmer@sifive.com>
Tue, 13 Mar 2018 20:31:20 +0000 (13:31 -0700)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 3 Apr 2018 16:48:27 +0000 (09:48 -0700)
commit66165773921341e0a0341ade71566468eec6c781
tree3753ca62435690ccd1b57b06e6dd6daa1db6b1eb
parente7612f54d25ba96f984a5c139007c7ef72fda132
RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCE

The device tree code looks for CONFIG_CMDLINE_FORCE, but we were using
CONFIG_CMDLINE_OVERRIDE.  It looks like this was just a hold over from
before our device tree conversion -- in fact, we'd already removed the
support for CONFIG_CMDLINE_OVERRIDE from our arch-specific code so it
didn't even work any more.

Thanks to Mortiz and Trung for finding the original bug, and for Michael
for suggeting a better fix.

CC: Trung Tran <trung.tran@ettus.com>
CC: Michael J Clark <mjc@sifive.com>
Reviewed-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/Kconfig