The patch titled fix serial/amba-pl011.c console Kconfig has been added to the -mm tree. Its filename is fix-serial-amba-pl011c-console-kconfig.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix serial/amba-pl011.c console Kconfig From: Peter Korsgaard <jacmet@xxxxxxxxxx> Fix the Kconfig entry for console on AMBA PL011 to match the code. Signed-off-by: Peter Korsgaard <jacmet@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/serial/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/Kconfig~fix-serial-amba-pl011c-console-kconfig drivers/serial/Kconfig --- a/drivers/serial/Kconfig~fix-serial-amba-pl011c-console-kconfig +++ a/drivers/serial/Kconfig @@ -295,7 +295,7 @@ config SERIAL_AMBA_PL011_CONSOLE Even if you say Y here, the currently visible framebuffer console (/dev/tty0) will still be used as the system console by default, but you can alter that using a kernel command line option such as - "console=ttyAM0". (Try "man bootparam" or see the documentation of + "console=ttyAMA0". (Try "man bootparam" or see the documentation of your boot loader (lilo or loadlin) about how to pass options to the kernel at boot time.) _ Patches currently in -mm which might be from jacmet@xxxxxxxxxx are smc911x-re-release-spinlock-on-spurious-interrupt.patch fix-serial-amba-pl011c-console-kconfig.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html