提交 782ff0cd 编写于 作者: M Mike Frysinger 提交者: Macpaul Lin

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: NMike Frysinger <vapier@gentoo.org>
上级 38230ee7
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册