mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04: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:
parent
38230ee7bb
commit
782ff0cd87
@ -301,7 +301,6 @@ void board_init_f(ulong bootflag)
|
|||||||
*/
|
*/
|
||||||
void board_init_r(gd_t *id, ulong dest_addr)
|
void board_init_r(gd_t *id, ulong dest_addr)
|
||||||
{
|
{
|
||||||
char *s;
|
|
||||||
bd_t *bd;
|
bd_t *bd;
|
||||||
ulong malloc_start;
|
ulong malloc_start;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user