]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Repair boards broken by the 6.1 kbuild bump"
authorTom Rini <trini@konsulko.com>
Mon, 15 Jun 2026 18:50:04 +0000 (12:50 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jun 2026 18:50:04 +0000 (12:50 -0600)
Simon Glass <sjg@chromium.org> says:

Commit bd3f9ee679b4 added FORCE to several if_changed rules whose
recipes expand $^, so FORCE leaks in as a stray argument and the
command fails. Use $< to restore the Edison and i.MX23/28 images.

Link: https://lore.kernel.org/r/20260613130519.1516808-1-sjg@chromium.org

Trivial merge