Hi Marek,

On Sat, Jan 5, 2013 at 12:20 AM, Marek Vasut <ma...@denx.de> wrote:
> Dear Simon Glass,
>
> [...]
>
>> +     /* Signatures have a time stamp */
>> +     if (IMAGE_ENABLE_TIMESTAMP && keyname) {
>> +             time_t timestamp;
>> +
>> +             printf("%s  Timestamp:    ", p);
>> +             if (fit_get_timestamp(fit, noffset, &timestamp))
>> +                     printf("unavailable\n");
>
> puts()

I don't think I can do that, since puts() prints a newline on the host
(mkimage) but not in U-Boot. I will add a comment to that effect.

Regards,
Simon

>
> [...]
> Best regards,
> Marek Vasut
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to