]> git.baikalelectronics.ru Git - uboot.git/commit
tools: Pass public-key node through to caller
authorSimon Glass <sjg@chromium.org>
Fri, 12 Nov 2021 19:28:12 +0000 (12:28 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Jan 2022 15:50:44 +0000 (08:50 -0700)
commit20f17a9b69cdff2805a936cfb3321d28c5856a10
tree659c750d8e13fe2cd624c874c36f15d1047f8c60
parent18c506151584e622a541d332bd574e3759c99d22
tools: Pass public-key node through to caller

Update the two functions that call add_verify_data() so that the caller
can see the node that was written to.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/image-host.c