]> git.dujemihanovic.xyz Git - u-boot.git/commit
part: efi: Add debugging for the signature check
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:34 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commitfbd644e7026f89f09cfa854fbf846449579f1684
treebf8c7e81ca4e5233917ca37fc7b2cb3791ccf574
parentb2b7e6c1812d2b6bea517ea8f7df5c23ae04ce84
part: efi: Add debugging for the signature check

Add a little more debugging for the initial signature check. Drop the
pointless check for NULL. Also set a log category while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
disk/part_efi.c