]> git.baikalelectronics.ru Git - uboot.git/commit
tools: image: fix message when fail to add verification data for config
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Oct 2017 06:04:21 +0000 (15:04 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 6 Nov 2017 14:59:01 +0000 (09:59 -0500)
commitbcaf5e068c4e7c243fef86e1ce7584c36852e624
tree1d0dd562ad4047a808c350c6341b01900be722df
parentb5aa78a30d84b4fb9d74cb435285b4733d58b16a
tools: image: fix message when fail to add verification data for config

This function is called when signing configuration nodes.  Adjust
the error message.

I do not know why we do not need to show the error message in case of
ENOSPC.  Remove the if-conditional that seems unnecessary.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/image-host.c