Re: [PATCH] fit: display proper node on error

2022-03-11 Thread Simon Glass
Hi Angelo, On Mon, 25 Oct 2021 at 15:11, Angelo Dureghello wrote: > > Hi, > > On Sun, Oct 24, 2021 at 9:53 PM Simon Glass wrote: >> >> Hi Alex, >> >> On Wed, 6 Oct 2021 at 10:00, Alex G. wrote: >> > >> > + Simon >> > >> > On 10/6/21 10:47 AM, Angelo Dureghello wrote: >> > > Fix final error

Re: [PATCH] fit: display proper node on error

2021-10-25 Thread Angelo Dureghello
Hi, On Sun, Oct 24, 2021 at 9:53 PM Simon Glass wrote: > Hi Alex, > > On Wed, 6 Oct 2021 at 10:00, Alex G. wrote: > > > > + Simon > > > > On 10/6/21 10:47 AM, Angelo Dureghello wrote: > > > Fix final error message from > > > > > > Verification failed for '' hash node in 'conf@1' config node >

Re: [PATCH] fit: display proper node on error

2021-10-24 Thread Simon Glass
Hi Alex, On Wed, 6 Oct 2021 at 10:00, Alex G. wrote: > > + Simon > > On 10/6/21 10:47 AM, Angelo Dureghello wrote: > > Fix final error message from > > > > Verification failed for '' hash node in 'conf@1' config node > > > > to > > > > Verification failed for 'signature@1' hash node in 'conf@1'

Re: [PATCH] fit: display proper node on error

2021-10-06 Thread Alex G.
+ Simon On 10/6/21 10:47 AM, Angelo Dureghello wrote: Fix final error message from Verification failed for '' hash node in 'conf@1' config node to Verification failed for 'signature@1' hash node in 'conf@1' config node Signed-off-by: Angelo Dureghello --- common/image-fit-sig.c | 2 +-

[PATCH] fit: display proper node on error

2021-10-06 Thread Angelo Dureghello
Fix final error message from Verification failed for '' hash node in 'conf@1' config node to Verification failed for 'signature@1' hash node in 'conf@1' config node Signed-off-by: Angelo Dureghello --- common/image-fit-sig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git