]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
nds32: delete unused local variable
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Aug 2012 13:46:36 +0000 (13:46 +0000)
committerMacpaul Lin <macpaul@gmail.com>
Fri, 10 Aug 2012 16:43:28 +0000 (00:43 +0800)
Fixes the build-time warning:
board.c: In function 'board_init_r':
board.c:304: warning: unused variable 's'

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/nds32/lib/board.c

index 7121313a83af800f478584701ff7366b8f844185..f5de26678a625484ea4c55f620feab3d97a50f91 100644 (file)
@@ -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;