commit | e2f057f4a7178965c3323b5d77e32c324e0bbff5 | [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 | 3885551c84d717414eaa76e3f7d827f1182875fa [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>