[U-Boot] [RFC PATCH 33/44] image: Verify signatures in FIT images
Simon Glass
sjg at chromium.org
Sat Jan 5 22:48:12 CET 2013
Hi Marek,
On Sat, Jan 5, 2013 at 12:20 AM, Marek Vasut <marex at 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, ×tamp))
>> + 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
More information about the U-Boot
mailing list