]> git.sur5r.net Git - u-boot/commitdiff
Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)
authorScott McNutt <smcnutt@psyent.com>
Mon, 23 Nov 2009 21:29:40 +0000 (16:29 -0500)
committerScott 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

index 008f04f956277ddabe75cca2850c38e5d51ac306..41d3297190bda5343aba22cabea135b9a0b5b617 100644 (file)
@@ -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.