serial: CONSOLE macro is not used
Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
4d3c95f5ea
commit
fc3608513b
|
@ -84,9 +84,6 @@ static NS16550_t serial_ports[4] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PORT serial_ports[port-1]
|
#define PORT serial_ports[port-1]
|
||||||
#if defined(CONFIG_CONS_INDEX)
|
|
||||||
#define CONSOLE (serial_ports[CONFIG_CONS_INDEX-1])
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_SERIAL_MULTI)
|
#if defined(CONFIG_SERIAL_MULTI)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue