Yinghai Lu wrote:
> [PATCH] serial : convert early_uart to earlycon for 8250 fix 3 alias
>
> make the console=uart,io,0x3f8,9600n8 like console=uart8250,io,0x3f8,9600
> suggested by Andy Whitcroft.
>
> Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]>
>
> --- a/Documentation/kernel-parameters.txt
On 5/28/07, Russell King <[EMAIL PROTECTED]> wrote:
I can't comment on the arch specific bits. As a general note, I think
this is over complex. For instance, the additional hook in serial_core
to call the find_port_for_earlycon method isn't needed because you can
call serial8250_find_port_for_e
I can't comment on the arch specific bits. As a general note, I think
this is over complex. For instance, the additional hook in serial_core
to call the find_port_for_earlycon method isn't needed because you can
call serial8250_find_port_for_earlycon() from within
serial8250_console_setup(). You
3 matches
Mail list logo