Title: [7185] trunk/arch/blackfin/Kconfig: revert CMDLINE_BOOL default since common printk/console code should be ok now
Revision
7185
Author
vapier
Date
2009-08-13 15:09:59 -0400 (Thu, 13 Aug 2009)

Log Message

revert CMDLINE_BOOL default since common printk/console code should be ok now

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig (7184 => 7185)


--- trunk/arch/blackfin/Kconfig	2009-08-13 19:01:04 UTC (rev 7184)
+++ trunk/arch/blackfin/Kconfig	2009-08-13 19:09:59 UTC (rev 7185)
@@ -387,7 +387,7 @@
 config CMDLINE
 	string "Initial kernel command string"
 	depends on CMDLINE_BOOL
-	default "earlyprintk=serial,uart0,57600 console=ttyBF0,57600"
+	default "console=ttyBF0,57600"
 	help
 	  If you don't have a boot loader capable of passing a command line string
 	  to the kernel, you may specify one here. As a minimum, you should specify
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to