]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot/fit: print name of config node not found
authorFrank Wunderlich <frank-w@public-files.de>
Fri, 16 Jan 2026 18:29:02 +0000 (19:29 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 27 Jan 2026 22:19:54 +0000 (16:19 -0600)
commit09cc6788683172a5588eca2cb7536a20a600faa9
treee15d956d422c042efe75ab96ed1b13826253e89e
parent272b8784faf33b0eded27ba78ad4251151ef357b
boot/fit: print name of config node not found

Show name of configuration node which was not found.

current state gives no hint if fit image is wrong or the requested name.

Could not find configuration node
load of <NULL> failed

After this patch we see name like this:

Could not find configuration node '#ov-test'
load of <NULL> failed

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
boot/image-fit.c