diff options
author | Wolfgang Denk <wd@denx.de> | 2009-12-01 10:15:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-01 10:15:22 +0100 |
commit | 21c76b56a4221d054aaa6ae983c965ceb7894b7c (patch) | |
tree | b9fb40a62cb3933210e0a5675783960deaf8370e /lib_nios2/board.c | |
parent | 824d82997fbcf28e49081d36fdd5d3be1b92b03d (diff) | |
parent | 0a7691e820e33b23f61c6ea0ef6fa72099d1a6ae (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-nios
Diffstat (limited to 'lib_nios2/board.c')
-rw-r--r-- | 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 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. |