From: Vineet Gupta Date: Tue, 9 Apr 2013 10:48:04 +0000 (+0530) Subject: ARC: [cmdline] Don't overwrite u-boot provided bootargs X-Git-Tag: v3.10-rc1~25^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9593a933d538a726b341cb06b3362d74931aa281;p=pandora-kernel.git ARC: [cmdline] Don't overwrite u-boot provided bootargs The existing code was wrong on several counts: * uboot provided bootargs were copied into @boot_command_line, only to be over-written by setup_machine_fdt(), effectively lost * @cmdline_p returned by setup_arch() to start_kernel() didn't include the DT /bootargs Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed