commit | aab773a47a8f7f40b9d7c4877853b00d22fb1347 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 23 17:41:54 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 24 21:13:15 2011 +0200 |
tree | 326115a66f48dfc62403b3f8212f92657f83fd2e | |
parent | 4962e38e9a4a053792722918bb11c5408549aebd [diff] |
powerpc: Correct build warning introduced by getenv_ulong() patch Commit 1272592 introduced a warning since the variable 's' is no longer always used, depending on the CONFIG options. Signed-off-by: Simon Glass <sjg@chromium.org>