[PATCH 4/9] Small updates for Freescale MPC52xx

From: Sylvain Munaut
Date: Tue Sep 14 2004 - 06:58:14 EST


# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/09/14 00:07:12+02:00 tnt@xxxxxxxxxx
# ppc: Use interactive console for Freescale MPC52xx when using boot/simple
# # Signed-off-by: Dale Farnsworth <dale@xxxxxxxxxxxxxx>
# Signed-off-by: Sylvain Munaut <tnt246tNt.com>
#
# arch/ppc/boot/simple/misc.c
# 2004/09/14 00:07:01+02:00 tnt@xxxxxxxxxx +3 -1
# ppc: Use interactive console for Freescale MPC52xx when using boot/simple
#
diff -Nru a/arch/ppc/boot/simple/misc.c b/arch/ppc/boot/simple/misc.c
--- a/arch/ppc/boot/simple/misc.c 2004-09-14 12:47:44 +02:00
+++ b/arch/ppc/boot/simple/misc.c 2004-09-14 12:47:44 +02:00
@@ -48,7 +48,9 @@
* Val Henson has requested that Gemini doesn't wait for the
* user to edit the cmdline or not.
*/
-#if (defined(CONFIG_SERIAL_8250_CONSOLE) || defined(CONFIG_VGA_CONSOLE)) \
+#if (defined(CONFIG_SERIAL_8250_CONSOLE) \
+ || defined(CONFIG_VGA_CONSOLE) \
+ || defined(CONFIG_SERIAL_MPC52xx_CONSOLE)) \
&& !defined(CONFIG_GEMINI)
#define INTERACTIVE_CONSOLE 1
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/