openrisc: use boot_command_line instead of private cmd_line
authorRob Herring <rob.herring@calxeda.com>
Mon, 26 Aug 2013 16:28:50 +0000 (11:28 -0500)
committerRob Herring <rob.herring@calxeda.com>
Wed, 9 Oct 2013 16:38:02 +0000 (11:38 -0500)
Save some pointless copying of the kernel command line and just use
boot_command_line instead. The DT code already handles CONFIG_CMDLINE,
so a separate copy is not needed.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: linux@lists.openrisc.net
Reviewed-by: Grant Likely <grant.likely@linaro.org>

No differences found