]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: binman: Search board directory before srctree
authorWadim Egorov <w.egorov@phytec.de>
Fri, 15 May 2026 05:43:27 +0000 (07:43 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 25 May 2026 15:48:35 +0000 (09:48 -0600)
commita20893480124414befecbc0200cb329a0fdf094e
treed0853ba1dd42808988d13fccf7b327abc74c4581
parent97208cb762aacb4a63297afa1ec34ef7dc82261a
Makefile: binman: Search board directory before srctree

A file like rm-cfg.yaml accidentally left in the source tree root
shadows the board-specific copy. binman builds the wrong YAML, the
resulting rm-cfg.bin may match a different SoC, and we end up with
the following error:

  k3_system_controller sysctrler: k3_sysctrler_start:
      Boot Notification response failed. ret = -110

Move the board directory ahead of the srctree root so that the
most-specific match wins.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile