All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fit: display proper node on error
@ 2021-10-06 15:47 Angelo Dureghello
  2021-10-06 16:00 ` Alex G.
  0 siblings, 1 reply; 5+ messages in thread
From: Angelo Dureghello @ 2021-10-06 15:47 UTC (permalink / raw)
  To: trini; +Cc: u-boot, Angelo Dureghello

Fix final error message from

Verification failed for '<NULL>' 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 <angelo.dureghello@timesys.com>
---
 common/image-fit-sig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/image-fit-sig.c b/common/image-fit-sig.c
index b979cd2a4b..4f2a6ef214 100644
--- a/common/image-fit-sig.c
+++ b/common/image-fit-sig.c
@@ -166,8 +166,8 @@ static int fit_image_verify_sig(const void *fit, int image_noffset,
 			} else {
 				puts("+ ");
 				verified = 1;
-				break;
 			}
+			break;
 		}
 	}
 
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-12  2:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 15:47 [PATCH] fit: display proper node on error Angelo Dureghello
2021-10-06 16:00 ` Alex G.
2021-10-24 19:53   ` Simon Glass
2021-10-25 21:09     ` Angelo Dureghello
2022-03-12  2:24       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.