This series fixes a dependency problem in the K3 image generation. The k3img tool takes several files as input, but only the barebox image is actually a dependency, so when (only) one of the other files change the final image is not re-generated.
While at it we can make some input files SoC specific which means we no longer have to specify them per board, saving one line per board and file in Makefile.k3 Signed-off-by: Sascha Hauer <[email protected]> --- Sascha Hauer (4): ARM: K3: am62l: don't put sysfwdata into 1st stage image ARM: k3: make some firmware files SoC specific ARM: k3: am62l: Add dedicated config option for OP-TEE ARM: k3: am62l: fix dependencies on k3img input files firmware/Kconfig | 4 ++++ images/Makefile.k3 | 62 ++++++++++++++++++++++++------------------------------ 2 files changed, 31 insertions(+), 35 deletions(-) --- base-commit: 8661354d7ef744e01b6f07b1b0114482c5e8f561 change-id: 20251202-k3-deps-eeff63389f70 Best regards, -- Sascha Hauer <[email protected]>
