]> git.baikalelectronics.ru Git - uboot.git/commit
common: hash: Remove a debug printf statement
authorHarald Seiler <hws@denx.de>
Mon, 15 Jun 2020 07:47:04 +0000 (09:47 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jun 2020 15:36:30 +0000 (11:36 -0400)
commitc31cab870e08496f92c814e49680a1a3857750e8
tree597d7838e019ae73b4cea6962c484d30ae31e593
parent4806597e8110034f32847f6dbbb708742be56709
common: hash: Remove a debug printf statement

Remove a left-over debug printf that was introduced with SHA512 support.

Fixes: 0e65c442666a ("Add support for SHA384 and SHA512")
Signed-off-by: Harald Seiler <hws@denx.de>
common/hash.c