Re: [U-Boot] [PATCH 04/56] arch/powerpc/lib/board.c: fix build warning

2011-11-07 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1320458160-23136-5-git-send-email...@denx.de> you wrote: > Fix: > board.c: In function 'board_init_r': > board.c:633:8: warning: unused variable 's' [-Wunused-variable] > > Signed-off-by: Wolfgang Denk > --- > arch/powerpc/lib/board.c |3 --- > 1 files change

[U-Boot] [PATCH 04/56] arch/powerpc/lib/board.c: fix build warning

2011-11-04 Thread Wolfgang Denk
Fix: board.c: In function 'board_init_r': board.c:633:8: warning: unused variable 's' [-Wunused-variable] Signed-off-by: Wolfgang Denk --- 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