* [U-Boot] [PATCH] Coldfire: cleanup compiler warning for lib-m68k unused variables.
@ 2009-03-23 17:43 Richard Retanubun
0 siblings, 0 replies; only message in thread
From: Richard Retanubun @ 2009-03-23 17:43 UTC (permalink / raw)
To: u-boot
From edb51aeee6b22b138ac725dac56ae4c55be704dc Mon Sep 17 00:00:00 2001
From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
Date: Mon, 23 Mar 2009 13:35:48 -0400
Subject: [PATCH] Follow up to git commit:
19b5b533ccd522abeb501d510750693c35e20456
Cleanup on compiler warnings on unused variables now that
bd->bi_enetaddr is no longer used.
Feel free to squash with other cleanup patches.
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 db45b00..67dc2e4 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.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-23 17:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 17:43 [U-Boot] [PATCH] Coldfire: cleanup compiler warning for lib-m68k unused variables Richard Retanubun
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.