On Fri 14 Aug 2009 01:54, Mike Frysinger pondered: > On Thu, Aug 13, 2009 at 22:49, Zhang, Sonic wrote: > >> From: [email protected] > >> > >> revert CMDLINE_BOOL default since common printk/console code should be ok > >> now > >> > >> Modified: trunk/arch/blackfin/Kconfig (7184 => 7185) > >> > >> config CMDLINE > >> string "Initial kernel command string" > >> depends on CMDLINE_BOOL > >> - default "earlyprintk=serial,uart0,57600 console=ttyBF0,57600" > >> + default "console=ttyBF0,57600" > > > > I think Robin prefers to release kernel with earlyprintk enabled by default? > > this was only made to trunk. it's easier for me to keep things in > sync with mainline then cleanup a commit and push it upstream. if we > do actually want this change by default (on its own merit rather than > as a workaround for the original bug), then that's fine and i can > import it.
Although I would like to -- I'm not sure it is practical - since uart0 isn't always ttyBF0 on all our boards. ttyBF0 always works - since it is the first enumerated serial port (uartn) earlyprintk=serial,uart0 will need to be uart0 - if it is not uart0, things will fail... Best let U-Boot manage things (which is already board specific). Unless someone has a better suggestion? _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
