mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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 <vapier@gentoo.org>
This commit is contained in:
committed by
Macpaul Lin
parent
38230ee7bb
commit
782ff0cd87
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user