Skip to content
Commit 6b3d4f3d authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tom Rini
Browse files

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: default avatarAndrew F. Davis <afd@ti.com>
parent fbd23b9b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment