Re: [U-Boot] [PATCH] tools: image: fix node name of signature node in FIT

2017-10-22 Thread Masahiro Yamada
Hi Simon, 2017-10-22 23:36 GMT+09:00 Simon Glass : > On 19 October 2017 at 12:16, Masahiro Yamada > wrote: >> Both "conf_name" and "sig_name" point to the name of config node. >> The latter should be the name of the signature node. >> >>

Re: [U-Boot] [PATCH] tools: image: fix node name of signature node in FIT

2017-10-22 Thread Simon Glass
On 19 October 2017 at 12:16, Masahiro Yamada wrote: > 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 > --- > >

[U-Boot] [PATCH] tools: image: fix node name of signature node in FIT

2017-10-19 Thread Masahiro Yamada
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 --- tools/image-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/image-host.c