commit | 1712b567499abb604401604a3aaa72e52d3d6283 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 23 17:44:35 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 24 21:13:51 2011 +0200 |
tree | e560b7a3860bf32fcd2303a616afc5501df9b42a | |
parent | e2f057f4a7178965c3323b5d77e32c324e0bbff5 [diff] |
arm: Correct build error introduced by getenv_ulong() patch Commit dc8bbea removed a local variable that is used in most ARM boards. Since we want to avoid an 'unused variable' warning with later compilers, and the #ifdef logic of whether this variable is required is bit painful, this declares the variable local to the block of code that needs it. Signed-off-by: Simon Glass <sjg@chromium.org>