]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Add better error reporting
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:22 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit5fb9e2aab5b92d19fb8a6646f3f2dde6fe6e997c
treeff807668e59dadd7c358f9b42fa4c637b3d2361a
parent37db20d0a64132a7ae3d0223de6b93167d60bea4
expo: Add better error reporting

When building an expo fails, show some information about which node
caused the problem. Use -ENOENT consistently when the ID is missing.
This makes it easier for the user to debug things.

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