[U-Boot] [PATCH 1/2] Blackfin: drop now unused local variable
Mike Frysinger
vapier at gentoo.org
Thu Nov 3 04:47:57 CET 2011
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
arch/blackfin/lib/board.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/blackfin/lib/board.c b/arch/blackfin/lib/board.c
index a70473c..e3ee4cd 100644
--- a/arch/blackfin/lib/board.c
+++ b/arch/blackfin/lib/board.c
@@ -308,7 +308,6 @@ static void board_net_init_r(bd_t *bd)
void board_init_r(gd_t * id, ulong dest_addr)
{
- char *s;
bd_t *bd;
gd = id;
gd->flags |= GD_FLG_RELOC; /* tell others: relocation done */
--
1.7.6.1
More information about the U-Boot
mailing list