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)
commit6b3d4f3def34d364d71a2eb89a2e33f1b6bb0d30
tree369290f005ad3d795b3d34db7bd504128ddb456a
parentfbd23b9b94e848f715b8b5d34793fadc60190b35
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