c6x: use boot_command_line instead of private c6x_command_line
authorRob Herring <rob.herring@calxeda.com>
Sun, 25 Aug 2013 23:29:51 +0000 (18:29 -0500)
committerRob Herring <rob.herring@calxeda.com>
Wed, 9 Oct 2013 16:37:27 +0000 (11:37 -0500)
Save some pointless copying of the kernel command line and just use
boot_command_line instead.

Also remove default_command_line as it is not referenced anywhere, and
the DT code already handles the default command line.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Tested-by: Mark Salter <msalter@redhat.com>
Acked-by: Mark Salter <msalter@redhat.com>
Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
Cc: linux-c6x-dev@linux-c6x.org
Reviewed-by: Grant Likely <grant.likely@linaro.org>

No differences found