]> git.dujemihanovic.xyz Git - u-boot.git/commit
image: Allow @ in node names when not using signatures
authorSimon Glass <sjg@chromium.org>
Mon, 5 Jul 2021 22:32:56 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commit1ac9c4cef521c5c5fd6591e83acf9728b167aaee
tree58dd6e59fd344cce99e0811e7829378e1c62cffc
parent1f618d528e234d2b7b0047750284dd531f5d718f
image: Allow @ in node names when not using signatures

If signature verification is not in use we don't need to worry about
the risk of using @ in node names. Update fit_image_verify() to allow
it if the function is not enabled.

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