git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eba00ab
)
avr32:board.c: fix compile warning
author
Andreas Bießmann
<andreas.devel@googlemail.com>
Fri, 25 May 2012 10:29:33 +0000
(12:29 +0200)
committer
Andreas Bießmann
<andreas.devel@googlemail.com>
Mon, 4 Jun 2012 07:21:34 +0000
(09:21 +0200)
This patch fixes following warning:
---8<---
board.c: In function 'board_init_r':
board.c:257: warning: unused variable 's'
--->8---
Patch
de30122bb58fee7b0f94bcfabab595b6ad757336
missed to remove this variable
too.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/avr32/lib/board.c
patch
|
blob
|
history
diff --git
a/arch/avr32/lib/board.c
b/arch/avr32/lib/board.c
index
b390a6c
..
d7a64b4
100644
(file)
--- a/
arch/avr32/lib/board.c
+++ b/
arch/avr32/lib/board.c
@@
-254,7
+254,6
@@
void board_init_r(gd_t *new_gd, ulong dest_addr)
#ifndef CONFIG_ENV_IS_NOWHERE
extern char * env_name_spec;
#endif
- char *s;
bd_t *bd;
gd = new_gd;