diff options
author | Simon Glass <sjg@chromium.org> | 2011-10-23 17:44:35 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-24 21:13:51 +0200 |
commit | bc4e14c43c48b9c8084e177651338e4fa4938881 (patch) | |
tree | e560b7a3860bf32fcd2303a616afc5501df9b42a /include/twl4030.h | |
parent | aab773a47a8f7f40b9d7c4877853b00d22fb1347 (diff) | |
download | u-boot-imx-bc4e14c43c48b9c8084e177651338e4fa4938881.zip u-boot-imx-bc4e14c43c48b9c8084e177651338e4fa4938881.tar.gz u-boot-imx-bc4e14c43c48b9c8084e177651338e4fa4938881.tar.bz2 |
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>
Diffstat (limited to 'include/twl4030.h')
0 files changed, 0 insertions, 0 deletions