commit | a09fc446fb6d541281d9559fe7215d7c0d3cc9ce | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | Fri Aug 11 17:51:53 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 27 13:38:04 2006 +0100 |
tree | ab3f122acacd85908d1be424b1c376a73402b7c0 | |
parent | 1c6fd44d7ed3d105b2eaa29d72b415ca51e40d32 [diff] |
[MIPS] setup.c: use early_param() for early command line parsing 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>