From: Jamie Lenehan Date: Tue, 19 Dec 2006 03:16:06 +0000 (+0900) Subject: sh: allow earlyprintk baud rate to be set via command line X-Git-Tag: v2.6.21-rc1~179^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703404ea441fc198d03ca3e9edbac6e09b5415f4;p=pandora-kernel.git sh: allow earlyprintk baud rate to be set via command line This allows the baud rate for earlyprintk for sh4 without the standard BIOS to be set via the command line. This uses the same format as i386 and x86_64, which is: earlyprintk=serial,ttySC1,38400 The second parameter (ttySC1 above) is usually the console device name or the io address of the serial port. I allow that to be specified but ignore it in order to keep the format the same as i386/x86_64. Signed-off-by: Jamie Lenehan Signed-off-by: Paul Mundt --- Reading git-diff-tree failed