Skip to content
Snippets Groups Projects
Commit dc26965a authored by Richard Retanubun's avatar Richard Retanubun Committed by Wolfgang Denk
Browse files

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: default avatarRichard Retanubun <RichardRetanubun@RuggedCom.com>
parent 42a83765
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment