Earlyprintk code still use uart core console functions to parse and set configure option string.
Sonic -----Original Message----- From: Mike Frysinger [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 11:29 PM To: [EMAIL PROTECTED]; Robin Getz Cc: [email protected] Subject: Re: [Linux-kernel-commits] [5325] trunk: Task[#2424] Clean serial console and early prink code. On Mon, Sep 22, 2008 at 04:54, <[EMAIL PROTECTED]> wrote: > Revision 5325 Author sonicz Date 2008-09-22 03:54:57 -0500 (Mon, 22 > Sep > 2008) > > Log Message > > Task[#2424] Clean serial console and early prink code. > > Modified Paths > > trunk/arch/blackfin/Kconfig.debug > trunk/drivers/serial/bfin_5xx.c > > Diff > > Modified: trunk/arch/blackfin/Kconfig.debug (5324 => 5325) > > --- trunk/arch/blackfin/Kconfig.debug 2008-09-22 08:22:46 UTC (rev 5324) > +++ trunk/arch/blackfin/Kconfig.debug 2008-09-22 08:54:57 UTC (rev 5325) > @@ -184,6 +184,7 @@ > config EARLY_PRINTK > bool "Early printk" > default n > + select SERIAL_CORE_CONSOLE > help > This option enables special console drivers which allow the kernel > to print messages very early in the bootup process. > is this a real dependency ? i thought earlyprintk worked on the UART even without it being the console ? -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
