|
@@ -240,7 +240,7 @@ static int __init setup_early_printk(char *buf)
|
|
|
if (!strncmp(buf, "xen", 3))
|
|
if (!strncmp(buf, "xen", 3))
|
|
|
early_console_register(&xenboot_console, keep);
|
|
early_console_register(&xenboot_console, keep);
|
|
|
#endif
|
|
#endif
|
|
|
-#ifdef CONFIG_X86_MRST_EARLY_PRINTK
|
|
|
|
|
|
|
+#ifdef CONFIG_EARLY_PRINTK_MRST
|
|
|
if (!strncmp(buf, "mrst", 4)) {
|
|
if (!strncmp(buf, "mrst", 4)) {
|
|
|
mrst_early_console_init();
|
|
mrst_early_console_init();
|
|
|
early_console_register(&early_mrst_console, keep);
|
|
early_console_register(&early_mrst_console, keep);
|
|
@@ -250,7 +250,6 @@ static int __init setup_early_printk(char *buf)
|
|
|
hsu_early_console_init();
|
|
hsu_early_console_init();
|
|
|
early_console_register(&early_hsu_console, keep);
|
|
early_console_register(&early_hsu_console, keep);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
#endif
|
|
#endif
|
|
|
buf++;
|
|
buf++;
|
|
|
}
|
|
}
|