MIPS: cmdline: Remove redundant Kconfig defaults
authorPaul Burton <paul.burton@mips.com>
Mon, 7 Oct 2019 22:20:02 +0000 (22:20 +0000)
committerPaul Burton <paul.burton@mips.com>
Wed, 9 Oct 2019 22:53:16 +0000 (15:53 -0700)
commitc85ac57ce24112a93054d8a9eec8fc4e6b844c43
treee8e595e9874c9a647c43be773aa8f2f7e537a834
parentc0de00b286ed1c14064ff94ca70abdfd4e4d11e8
MIPS: cmdline: Remove redundant Kconfig defaults

CMDLINE, CMDLINE_BOOL & CMDLINE_FORCE all explicitly specify default
values that are the same as the default value for their respective types
anyway (ie. n for booleans, and the empty string for strings).

Remove the redundant defaults.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Cc: linux-mips@vger.kernel.org
arch/mips/Kconfig.debug