[U-Boot] [PATCH 04/56] arch/powerpc/lib/board.c: fix build warning
Wolfgang Denk
wd at denx.de
Sat Nov 5 02:55:08 CET 2011
Fix:
board.c: In function 'board_init_r':
board.c:633:8: warning: unused variable 's' [-Wunused-variable]
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
arch/powerpc/lib/board.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c
index 35992ae..ff5888e 100644
--- a/arch/powerpc/lib/board.c
+++ b/arch/powerpc/lib/board.c
@@ -629,9 +629,6 @@ void board_init_r(gd_t *id, ulong dest_addr)
bd_t *bd;
ulong malloc_start;
-#if defined(CONFIG_SYS_FLASH_CHECKSUM) || defined(CONFIG_CMD_NET)
- char *s;
-#endif
#ifndef CONFIG_SYS_NO_FLASH
ulong flash_size;
#endif
--
1.7.6.4
More information about the U-Boot
mailing list