bsp/gen5200: Fix warning

Update #3122.
This commit is contained in:
Sebastian Huber
2017-09-28 13:17:15 +02:00
parent f2b5d67297
commit 610ffd7a32

View File

@@ -623,8 +623,6 @@ static void A_BSP_output_char(
char c
)
{
char cr = '\r';
/*
* If we are using U-Boot, then the console is already initialized
* and we can just poll bytes out at any time.