Skip to content
Snippets Groups Projects
Commit 782ff0cd authored by Mike Frysinger's avatar Mike Frysinger Committed by Macpaul Lin
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 38230ee7
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment