Re: [PATCH 08/16] tools: Tidy up argument order in fit_config_check_sig()

2022-01-26 Thread Simon Glass
Put the parent node first in the parameters as this is more natural. Also add a comment to explain what is going on. Signed-off-by: Simon Glass --- boot/image-fit-sig.c | 31 ++- 1 file changed, 22 insertions(+), 9 deletions(-) Applied to u-boot-dm, thanks!

[PATCH 08/16] tools: Tidy up argument order in fit_config_check_sig()

2021-11-12 Thread Simon Glass
Put the parent node first in the parameters as this is more natural. Also add a comment to explain what is going on. Signed-off-by: Simon Glass --- boot/image-fit-sig.c | 31 ++- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/boot/image-fit-sig.c b/bo