From: Mike Frysinger Date: Mon, 6 Aug 2012 13:46:36 +0000 (+0000) Subject: nds32: delete unused local variable X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=782ff0cd8704422c355be8fccc06bc62f0cf11b2;p=project%2Fbcm63xx%2Fu-boot.git nds32: delete unused local variable Fixes the build-time warning: board.c: In function 'board_init_r': board.c:304: warning: unused variable 's' Signed-off-by: Mike Frysinger --- diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index 7121313a83..f5de26678a 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;