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:
1c6fd44
)
[MIPS] setup.c: use early_param() for early command line parsing
author
Franck Bui-Huu
<vagabon.xyz@gmail.com>
Fri, 11 Aug 2006 15:51:53 +0000
(17:51 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 27 Sep 2006 12:38:04 +0000
(13:38 +0100)
There's no point to rewrite some logic to parse command line
to pass initrd parameters or to declare a user memory area.
We could use instead parse_early_param() that does the same
thing.
Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found