mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 11:36:21 -04:00
avr32:board.c: fix compile warning
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>
This commit is contained in:
parent
eba00ab405
commit
d3a105a26f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user