diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-01-12 08:17:22 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-02 13:11:24 -0500 |
commit | 874e52086f9f1b9f9bdfbf98cca8506b110b63ba (patch) | |
tree | 3a1a1a2e70115e2812fe3d3136bc21c8448f25ac /arch/x86/kernel/early_printk.c | |
parent | 934084a9d2d95d0ce98ae8d1ec3bfe81c95c678c (diff) |
x86, mrst: remove Moorestown specific serial drivers
Intel Moorestown platform support was removed few years ago. This is a follow
up which removes Moorestown specific code for the serial devices. It includes
mrst_max3110 and earlyprintk bits.
This was used on SFI (Medfield, Clovertrail) based platforms as well, though
new ones use normal serial interface for the console service.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/kernel/early_printk.c')
-rw-r--r-- | arch/x86/kernel/early_printk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c index 01d1c187c9f9..de814dfb8aee 100644 --- a/arch/x86/kernel/early_printk.c +++ b/arch/x86/kernel/early_printk.c | |||
@@ -226,11 +226,6 @@ static int __init setup_early_printk(char *buf) | |||
226 | early_console_register(&xenboot_console, keep); | 226 | early_console_register(&xenboot_console, keep); |
227 | #endif | 227 | #endif |
228 | #ifdef CONFIG_EARLY_PRINTK_INTEL_MID | 228 | #ifdef CONFIG_EARLY_PRINTK_INTEL_MID |
229 | if (!strncmp(buf, "mrst", 4)) { | ||
230 | mrst_early_console_init(); | ||
231 | early_console_register(&early_mrst_console, keep); | ||
232 | } | ||
233 | |||
234 | if (!strncmp(buf, "hsu", 3)) { | 229 | if (!strncmp(buf, "hsu", 3)) { |
235 | hsu_early_console_init(buf + 3); | 230 | hsu_early_console_init(buf + 3); |
236 | early_console_register(&early_hsu_console, keep); | 231 | early_console_register(&early_hsu_console, keep); |