projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a8376
)
Compier warning cleanup
author
Richard Retanubun
<RichardRetanubun@RuggedCom.com>
Mon, 23 Mar 2009 17:35:48 +0000
(13:35 -0400)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 12 Jun 2009 18:45:46 +0000
(20:45 +0200)
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
patch
|
blob
|
history
diff --git
a/lib_m68k/board.c
b/lib_m68k/board.c
index 584d1fff32f8e0efcdab66a8d1a0d70bcaae66b3..7d4ffc779c4c094b46a1f403a94bfad56d0c5778 100644
(file)
--- 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