]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: Tidy up argument order in fit_config_check_sig()
authorSimon Glass <sjg@chromium.org>
Fri, 12 Nov 2021 19:28:09 +0000 (12:28 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Jan 2022 15:50:44 +0000 (08:50 -0700)
commit2ad90b395313a7350cfb0543b4979a24746413b3
tree827ee79b4274d3bc7d99914e34d69d7c5dd83efd
parente8aa5580d41dbe556c85a753188de9e43045b220
tools: Tidy up argument order in fit_config_check_sig()

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 <sjg@chromium.org>
boot/image-fit-sig.c