projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57baa37
)
Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)
author
Scott McNutt
<smcnutt@psyent.com>
Mon, 23 Nov 2009 21:29:40 +0000
(16:29 -0500)
committer
Scott McNutt
<smcnutt@psyent.com>
Mon, 23 Nov 2009 21:29:40 +0000
(16:29 -0500)
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
lib_nios2/board.c
patch
|
blob
|
history
diff --git
a/lib_nios2/board.c
b/lib_nios2/board.c
index
008f04f
..
41d3297
100644
(file)
--- 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.