git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6971881
)
ARC: [cmdline] Don't overwrite u-boot provided bootargs
author
Vineet Gupta
<vgupta@synopsys.com>
Tue, 9 Apr 2013 10:48:04 +0000
(16:18 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Tue, 7 May 2013 08:13:57 +0000
(13:43 +0530)
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>
No differences found