1
0
Fork 0

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

Signed-off-by: Scott McNutt <smcnutt@psyent.com>
utp
Scott McNutt 2009-11-23 16:29:40 -05:00
parent 57baa379cf
commit de03825386
1 changed files with 0 additions and 2 deletions

View 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.