mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -84,9 +84,6 @@ static NS16550_t serial_ports[4] = {
|
|||
};
|
||||
|
||||
#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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue