Re: [PATCH] make loglevel related commandline to early_param v2

2008-02-01 Thread Yinghai Lu
On Friday 01 February 2008 11:56:23 am Andrew Morton wrote: > On Fri, 01 Feb 2008 11:35:35 -0800 > Yinghai Lu <[EMAIL PROTECTED]> wrote: > > > [PATCH] make loglevel related commandline to early_param v2 > > > > so we can use them for early console like >

Re: [PATCH] make loglevel related commandline to early_param v2

2008-02-01 Thread Andrew Morton
On Fri, 01 Feb 2008 11:35:35 -0800 Yinghai Lu <[EMAIL PROTECTED]> wrote: > [PATCH] make loglevel related commandline to early_param v2 > > so we can use them for early console like > console=uart8250,io,0x3f8,115200n8 > earlycon=uart8250,io,0x3f8,115200n8 > early_prin

[PATCH] make loglevel related commandline to early_param v2

2008-02-01 Thread Yinghai Lu
[PATCH] make loglevel related commandline to early_param v2 so we can use them for early console like console=uart8250,io,0x3f8,115200n8 earlycon=uart8250,io,0x3f8,115200n8 early_printk otherwise printk(KERN_DEBUG "debug msg") will not print out to console even "debug"