summaryrefslogtreecommitdiffstats
path: root/lib_nios2
diff options
context:
space:
mode:
authorScott McNutt <smcnutt@psyent.com>2009-11-23 16:29:40 -0500
committerScott McNutt <smcnutt@psyent.com>2009-11-23 16:29:40 -0500
commitde03825386eaedb5e17261dd87cde86e9a764ba9 (patch)
tree9a1a88af0ce72872065895a980c3b5c66ca5d19e /lib_nios2
parent57baa379cf2f67df89a5c6052767fd25daff20bd (diff)
downloadblackbird-obmc-uboot-de03825386eaedb5e17261dd87cde86e9a764ba9.tar.gz
blackbird-obmc-uboot-de03825386eaedb5e17261dd87cde86e9a764ba9.zip
Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Diffstat (limited to 'lib_nios2')
-rw-r--r--lib_nios2/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_nios2/board.c b/lib_nios2/board.c
index 008f04f956..41d3297190 100644
--- a/lib_nios2/board.c
+++ b/lib_nios2/board.c
@@ -83,8 +83,6 @@ void board_init (void)
{
bd_t *bd;
init_fnc_t **init_fnc_ptr;
- char *s, *e;
- int i;
/* Pointer is writable since we allocated a register for it.
* Nios treats CONFIG_SYS_GBL_DATA_OFFSET as an address.
OpenPOWER on IntegriCloud