commit | a9f4fc3fe571cc99260b063ad0ff291d31bafed0 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Oct 23 11:58:52 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Nov 03 20:37:27 2011 +0100 |
tree | 8cc9b1bb8fdb0fd644bbeb154c9c7c72e1de3a5d | |
parent | 24769c151ef6cd068fcd6de7f13b62f92084b4c4 [diff] |
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>