]> git.baikalelectronics.ru Git - uboot.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)
commit6f0ab3842f52944d180f1295df777e4eaf0c738c
tree827ee79b4274d3bc7d99914e34d69d7c5dd83efd
parentd2152036122588a1382fe054d1cda6a91d8f6592
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