[PATCH] Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)

Scott McNutt smcnutt at psyent.com
Mon Nov 23 22:29:40 CET 2009


Signed-off-by: Scott McNutt <smcnutt at psyent.com>
---
 lib_nios2/board.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib_nios2/board.c b/lib_nios2/board.c
index 008f04f..41d3297 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.
-- 
1.6.0.6


--------------050208060806030802050509--


More information about the U-Boot mailing list