
19 Jan
2018
19 Jan
'18
10:14 p.m.
On Tue, Jan 09, 2018 at 02:33:54PM -0600, Andrew F. Davis wrote:
The signing certificate name is always 15 chars long, but need not be null terminated. One solution is then to use printf precision modifiers to only print this many chars ("%.15s"), but tiny printf does not support this, so lets just drop printing the cert name for now.
Signed-off-by: Andrew F. Davis afd@ti.com
Applied to u-boot/master, thanks!
--
Tom