[U-Boot] [PATCH] Compier warning cleanup

1 Jun
2009
1 Jun
'09
2:09 p.m.
From: Richard Retanubun RichardRetanubun@RuggedCom.com
Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
Cleanup on compiler warnings on unused variables now that bd->bi_enetaddr is no longer used.
Signed-off-by: Richard Retanubun RichardRetanubun@RuggedCom.com --- lib_m68k/board.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/lib_m68k/board.c b/lib_m68k/board.c index 584d1ff..7d4ffc7 100644 --- a/lib_m68k/board.c +++ b/lib_m68k/board.c @@ -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
--
1.5.6.4
5825
Age (days ago)
5825
Last active (days ago)
0 comments
1 participants
participants (1)
-
TsiChung Liew