src/console: Drop unneeded empty lines

Change-Id: I94f92ba4385285496ede0c33fc25addd6c4bfeae
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44607
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2020-08-19 21:50:24 +02:00 committed by Michael Niewöhner
parent d161a2fafd
commit 0938be9269
2 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@ void console_write_line(uint8_t *buffer, size_t number_of_bytes)
console_tx_byte(*buffer++); console_tx_byte(*buffer++);
} }
#if CONFIG(GDB_STUB) && (ENV_ROMSTAGE || ENV_RAMSTAGE) #if CONFIG(GDB_STUB) && (ENV_ROMSTAGE || ENV_RAMSTAGE)
void gdb_hw_init(void) void gdb_hw_init(void)
{ {

View File

@ -99,7 +99,6 @@ static int number(void (*tx_byte)(unsigned char byte, void *data),
return count; return count;
} }
int vtxprintf(void (*tx_byte)(unsigned char byte, void *data), int vtxprintf(void (*tx_byte)(unsigned char byte, void *data),
const char *fmt, va_list args, void *data) const char *fmt, va_list args, void *data)
{ {