From: Franck Bui-Huu Date: Fri, 11 Aug 2006 15:51:53 +0000 (+0200) Subject: [MIPS] setup.c: use early_param() for early command line parsing X-Git-Tag: v2.6.19-rc1~1005 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09fc446fb6d541281d9559fe7215d7c0d3cc9ce;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed