]> bbs.cooldavid.org Git - net-next-2.6.git/commit
MIPS: TXx9: Cleanup builtin-cmdline processing
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 21 Dec 2009 15:48:57 +0000 (00:48 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 12 Jan 2010 17:19:34 +0000 (18:19 +0100)
commit98bea6fc87390b6a12f595ad06fc686712435f94
tree0cd549e85dc4c0d55b88ecb0dc5b38b475e10e66
parent7e326d687d182e45447c24daccaa9b60bae130d5
MIPS: TXx9: Cleanup builtin-cmdline processing

Since commit 898d357b5262f9e26bc2418e01f8676e80d9867e (lmo) /
6acc7d485c24c00e111c61b2e6dff9180faebcae (kernel.org) ("Fix and enhance
built-in kernel command line") arcs_cmdline[] does not contain built-in
command line.  The commit introduce CONFIG_CMDLINE_BOOL and
CONFIG_CMDLINE_OVERRIDE to control built-in command line, and now we can
use them instead of platform-specific built-in command line processing.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Patchwork: http://patchwork.linux-mips.org/patch/802/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/txx9/generic/setup.c