[U-Boot] [PATCH v2] arm: Correct build error introduced by getenv_ulong() patch

Albert ARIBAUD albert.u.boot at aribaud.net
Tue Oct 25 08:52:47 CEST 2011


Hi Wolfgang,

Le 24/10/2011 21:13, Wolfgang Denk a écrit :
> Dear Simon Glass,
>
> In message<1319427875-29965-1-git-send-email-sjg at chromium.org>  you wrote:
>> 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 at chromium.org>
>> ---
>> Changes in v2:
>> - Tidy up to call getenv() in declaration
>>
>>   arch/arm/lib/board.c |   12 ++++++++----
>>   1 files changed, 8 insertions(+), 4 deletions(-)
>
> Applied, thanks.
>
> Best regards,
>
> Wolfgang Denk

I've just fetched u-boot and I don't see this one. Can you push 
u-boot/master so that I can rebase u-boot-arm/master on it and launch 
some tests?

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list