projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38230ee
)
nds32: delete unused local variable
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 6 Aug 2012 13:46:36 +0000
(13:46 +0000)
committer
Macpaul 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
patch
|
blob
|
history
diff --git
a/arch/nds32/lib/board.c
b/arch/nds32/lib/board.c
index 7121313a83af800f478584701ff7366b8f844185..f5de26678a625484ea4c55f620feab3d97a50f91 100644
(file)
--- 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;