mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Compier warning cleanup
Follow up to git commit: 19b5b533cc
Cleanup on compiler warnings on unused variables now that
bd->bi_enetaddr is no longer used.
Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
This commit is contained in:
parent
42a83765d5
commit
dc26965ad3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue