MIPS: Octeon: Remove special case for simulator command line.
authorDavid Daney <david.daney@cavium.com>
Mon, 20 Oct 2014 22:44:24 +0000 (15:44 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 22 Oct 2014 17:37:03 +0000 (19:37 +0200)
commitb61cd31ee6cbe65f67a6ccba2bcbd3c702f52778
tree7c539269f420365656c033d049df583c5007027b
parent9e0f162a36914937a937358fcb45e0609ef2bfc4
MIPS: Octeon: Remove special case for simulator command line.

There is no reason to have the kernel to append commands when running
under the simulator, the simulator is perfectly capable of supplying
the necessary command line arguments.  Furthermore, if the simulator
needs something different than what is hard coded in the kernel, it
cannot get it if the kernel overrides it.

Fix/Simplify the whole thing by removing this bit.

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8152/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/setup.c