]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: image: fix node name of signature node in FIT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 19 Oct 2017 10:16:21 +0000 (19:16 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 23 Oct 2017 21:28:17 +0000 (17:28 -0400)
commit16067e6b87293eeb1fc4bac3edc0fd675b94d1a8
treef4c650f0d1fec812fbcba9e48039756025a30fa0
parent3aca4a44f826e3f83b868ffc705cffb05d258a3e
tools: image: fix node name of signature node in FIT

Both "conf_name" and "sig_name" point to the name of config node.
The latter should be the name of the signature node.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/image-host.c