mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-08 04:18:27 +00:00
serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)
(ALMA_ANS | DRAGONIXVZ | M68EZ328ADS) doesn't exist in Kconfig, therefore remove all references to it from the source code. Signed-off-by: Christoph Egger <siccegge@cs.fau.de> Acked-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b1a6f24394
commit
f5e92c3f9c
@ -98,19 +98,13 @@ static void change_speed(struct m68k_serial *info);
|
|||||||
* Setup for console. Argument comes from the boot command line.
|
* Setup for console. Argument comes from the boot command line.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(CONFIG_M68EZ328ADS) || defined(CONFIG_ALMA_ANS) || defined(CONFIG_DRAGONIXVZ)
|
/* note: this is messy, but it works, again, perhaps defined somewhere else?*/
|
||||||
#define CONSOLE_BAUD_RATE 115200
|
#ifdef CONFIG_M68VZ328
|
||||||
#define DEFAULT_CBAUD B115200
|
#define CONSOLE_BAUD_RATE 19200
|
||||||
#else
|
#define DEFAULT_CBAUD B19200
|
||||||
/* (es) */
|
|
||||||
/* note: this is messy, but it works, again, perhaps defined somewhere else?*/
|
|
||||||
#ifdef CONFIG_M68VZ328
|
|
||||||
#define CONSOLE_BAUD_RATE 19200
|
|
||||||
#define DEFAULT_CBAUD B19200
|
|
||||||
#endif
|
|
||||||
/* (/es) */
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef CONSOLE_BAUD_RATE
|
#ifndef CONSOLE_BAUD_RATE
|
||||||
#define CONSOLE_BAUD_RATE 9600
|
#define CONSOLE_BAUD_RATE 9600
|
||||||
#define DEFAULT_CBAUD B9600
|
#define DEFAULT_CBAUD B9600
|
||||||
|
Loading…
x
Reference in New Issue
Block a user