]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arch/powerpc/lib/board.c: fix build warning
authorWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 11:58:52 +0000 (11:58 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 3 Nov 2011 19:37:27 +0000 (20:37 +0100)
commita9f4fc3fe571cc99260b063ad0ff291d31bafed0
tree8cc9b1bb8fdb0fd644bbeb154c9c7c72e1de3a5d
parent24769c151ef6cd068fcd6de7f13b62f92084b4c4
arch/powerpc/lib/board.c: fix build warning

Commit 1272592 "powerpc: Use getenv_ulong() in place of getenv(),
strtoul" instroduced a build warning for some PPC systems:

board.c: In function 'board_init_r':
board.c:626: warning: unused variable 's'

Fix it.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
arch/powerpc/lib/board.c