diff options
-rw-r--r-- | arch/nds32/lib/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 7121313..f5de266 100644 --- a/arch/nds32/lib/board.c +++ b/arch/nds32/lib/board.c @@ -301,7 +301,6 @@ void board_init_f(ulong bootflag) */ void board_init_r(gd_t *id, ulong dest_addr) { - char *s; bd_t *bd; ulong malloc_start; |