[U-Boot] Please pull u-boot-ti/master

Yegor Yefremov yegorslists at googlemail.com
Fri Dec 6 10:20:32 CET 2013


On Fri, Dec 6, 2013 at 9:33 AM, Albert ARIBAUD
<albert.u.boot at aribaud.net> wrote:
> Hi Tom,
>
> On Wed, 4 Dec 2013 17:06:30 -0500, Tom Rini <trini at ti.com> wrote:
>
>> Hey,
>>
>> The following changes since commit 4c54419737ffbfadd605263d97a1357bb03c04e8:
>>
>>   socfpga: Adding Freeze Controller driver (2013-12-03 14:38:56 +0100)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-ti.git master
>>
>> for you to fetch changes up to b06f8984959f51f4b99f9c77efa5267623c98957:
>>
>>   omap4_panda: Don't use ulpi_reset (2013-12-04 11:41:14 -0500)
>
> This causes am3517_evm to fail with warnings:
>
> am3517evm.c: In function 'misc_init_r':
> am3517evm.c:106:6: warning: unused variable 'reset' [-Wunused-variable]
> am3517evm.c:105:24: warning: unused variable 'ctr' [-Wunused-variable]
> am3517evm.c: In function 'misc_init_r':
> am3517evm.c:106:6: warning: unused variable 'reset' [-Wunused-variable]
> am3517evm.c:105:24: warning: unused variable 'ctr' [-Wunused-variable]
>
> These are trivial, but I'd like them fixed; lingering warnings are a
> pain to manage when doing large-scale test build.
>
> These ones come from commit ae98bbeb, that is :
>
>> Yegor Yefremov (1):
>>       am3517_evm: activate Ethernet PHY
>
> Yegor, can you fix this? Thanks.

v2 sent. I've put those variables under if defined statement, so the
warning has gone.

Yegor


More information about the U-Boot mailing list