mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
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>