
5 Jan
2013
5 Jan
'13
10:48 p.m.
Hi Marek,
On Sat, Jan 5, 2013 at 12:20 AM, Marek Vasut marex@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