commit | 2fc6b6f656c559b98f20dc52cc26c0d84acb8b2f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Oct 19 19:16:21 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 23 17:28:17 2017 -0400 |
tree | f4c650f0d1fec812fbcba9e48039756025a30fa0 | |
parent | c901891f69a96f8e653aa0289e34c735ed413e01 [diff] |
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>