[PATCH] Makefile: binman: Search board directory before srctree

Simon Glass sjg at chromium.org
Fri May 15 16:01:42 CEST 2026


On 2026-05-15T05:43:27, Wadim Egorov <w.egorov at phytec.de> wrote:
> 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 at phytec.de>
>
> Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list