From 610ffd7a32f5dd03a42b6b505bfcca599d56f31f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Sep 2017 13:17:15 +0200 Subject: bsp/gen5200: Fix warning Update #3122. --- c/src/lib/libbsp/powerpc/gen5200/console/console.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/gen5200/console/console.c b/c/src/lib/libbsp/powerpc/gen5200/console/console.c index 705769d639..76dcc0c852 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/console/console.c +++ b/c/src/lib/libbsp/powerpc/gen5200/console/console.c @@ -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. -- cgit v1.2.3