]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mach-omap2: Remove secure certificate name printing
authorAndrew F. Davis <afd@ti.com>
Tue, 9 Jan 2018 20:33:54 +0000 (14:33 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:30 +0000 (15:49 -0500)
commit81592d08f9a93b1c4dcf1483206973615a8f7514
tree369290f005ad3d795b3d34db7bd504128ddb456a
parent620c96a319651d02612152a80b5ccf5d72f495d4
arm: mach-omap2: Remove secure certificate name printing

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>
arch/arm/mach-omap2/sec-common.c