Skip to content
Snippets Groups Projects
Commit bc4e14c4 authored by Simon Glass's avatar Simon Glass Committed by Wolfgang Denk
Browse files

arm: Correct build error introduced by getenv_ulong() patch


Commit dc8bbea0 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: default avatarSimon Glass <sjg@chromium.org>
parent aab773a4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment