that version of console_tx_byte is private.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5337 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
23a3e79405
commit
b01fe696d4
|
@ -32,7 +32,7 @@ int console_loglevel = CONFIG_DEFAULT_CONSOLE_LOGLEVEL;
|
||||||
#define console_loglevel CONFIG_DEFAULT_CONSOLE_LOGLEVEL
|
#define console_loglevel CONFIG_DEFAULT_CONSOLE_LOGLEVEL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void console_tx_byte(unsigned char byte)
|
static void console_tx_byte(unsigned char byte)
|
||||||
{
|
{
|
||||||
if (byte == '\n')
|
if (byte == '\n')
|
||||||
uart8250_tx_byte(CONFIG_TTYS0_BASE, '\r');
|
uart8250_tx_byte(CONFIG_TTYS0_BASE, '\r');
|
||||||
|
|
Loading…
Reference in New Issue