[PATCH 0/2] Repair boards broken by the 6.1 kbuild bump

Simon Glass sjg at chromium.org
Sat Jun 13 15:05:11 CEST 2026


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.


Simon Glass (2):
  x86: edison: Avoid passing FORCE to the align command
  arm: mxs: Avoid passing FORCE to commands

 arch/arm/cpu/arm926ejs/mxs/Makefile | 14 +++++++-------
 board/intel/edison/config.mk        |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

---
base-commit: 5ca1a73c7d3064582498a8aa96c29e714402a6d3
branch: align-fix

-- 
2.43.0



More information about the U-Boot mailing list