summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-28 13:17:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-28 13:17:15 +0200
commit610ffd7a32f5dd03a42b6b505bfcca599d56f31f (patch)
treec10128ffc86f0fb55253d364595b88667c98a7ec
parentbsps/powerpc: Fix print format warnings (diff)
downloadrtems-610ffd7a32f5dd03a42b6b505bfcca599d56f31f.tar.bz2
bsp/gen5200: Fix warning
Update #3122.
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/console/console.c2
1 files changed, 0 insertions, 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.