commit | 9593a933d538a726b341cb06b3362d74931aa281 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Tue Apr 09 16:18:04 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue May 07 13:43:57 2013 +0530 |
tree | 1a4addd683e8e7a7f88eefa4c2a49382a23192ab | |
parent | 6971881f2ae0e0208375dc40e1a9a4ce56f7c9d6 [diff] |
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 <vgupta@synopsys.com>