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)
commit312717f15ac7095c3ea98d487276781535ca7c0b
tree091a03eade792294600970ba1c556ce79e059ba3
parent15c03dd4859ab16f9212238f29dd315654aa94f6
c6x: use boot_command_line instead of private c6x_command_line

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>
arch/c6x/include/asm/setup.h
arch/c6x/kernel/devicetree.c
arch/c6x/kernel/setup.c
arch/c6x/kernel/vmlinux.lds.S