On 23.10.2011 23:08, Wolfgang Denk wrote:
> Dear Stefano Babic,
>
> In message<[email protected]> you wrote:
>> Some Davinci processors supports the Application
>> Image Script (AIS) boot process. The patch adds the generation
>> of the AIS image inside the mkimage tool to make possible
>> to generate a bootable U-boot without external tools
>> (TI Davinci AIS Generator).
>>
>> Signed-off-by: Stefano Babic<[email protected]>
>> CC: Wolfgang Denk<[email protected]>
>> ---
>>
>> Changes since V2:
>> - rebased on mainline and sort uimage_type list (Wolfgang Denk)
>>
>> Changes since V1:
>> - removed warning in gcc 4.6 iwhen -Wunused-but-set-variable is set
>> - drop remained warnings raised by checkpatch
>>
>>
>> common/image.c | 9 +-
>> include/image.h | 1 +
>> tools/Makefile | 4 +-
>> tools/aisimage.c | 451
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hmm, using recent git head this results in
aisimage.c: In function ‘aisimage_generate’:
aisimage.c:365: warning: ‘tsize’ may be used uninitialized in this
function
for each board I build :(
E.g.
Configuring for omap3_evm board...
aisimage.c: In function ‘aisimage_generate’:
aisimage.c:365: warning: ‘tsize’ may be used uninitialized in this
function
text data bss dec hex filename
256063 7512 259120 522695 7f9c7 ./u-boot
Dirk
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot