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()

[...]
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