提交 dc26965a 编写于 作者: R Richard Retanubun 提交者: Wolfgang Denk

Compier warning cleanup

Follow up to git commit: 19b5b533

Cleanup on compiler warnings on unused variables now that
bd->bi_enetaddr is no longer used.
Signed-off-by: NRichard Retanubun <RichardRetanubun@RuggedCom.com>
上级 42a83765
......@@ -438,9 +438,8 @@ board_init_f (ulong bootflag)
void board_init_r (gd_t *id, ulong dest_addr)
{
cmd_tbl_t *cmdtp;
char *s, *e;
char *s;
bd_t *bd;
int i;
extern void malloc_bin_reloc (void);
#ifndef CONFIG_ENV_IS_NOWHERE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册