]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2ed168dbb9ddf0547772e029ba9b46563bccb38
tree091a03eade792294600970ba1c556ce79e059ba3
parent4b334a65369be36ee55758dc198154c20d226294
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