From 486b4a4b3ede480635a185234fc624c969426f13 Mon Sep 17 00:00:00 2001 From: xiao bo Date: Sun, 9 Aug 2026 22:44:59 +0800 Subject: [PATCH] arm-trusted-firmware-airoha: sync an7581-bl31 BUILD_DEVICES with bl2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit an7581-bl31 BUILD_DEVICES list was incomplete and missed: - airoha_an7581-evb-emmc-eagle - airoha_an7581-evb-emmc-kite - nokia_valyrian - nokia_xg-040g-md-ubi These devices are present in an7581-bl2 but missing for bl31. When building these targets, an7581‑bl31 package is never built, causes FIP failure "fopen ...an7581‑bl31.lzma: No such file or directory". Sync an7581‑bl31 BUILD_DEVICES to exactly match an7581‑bl2. Fixes: https://github.com/openwrt/openwrt/commit/467c5b90ba1140dcdabc2e2e203c1d91fca9963e Signed-off-by: xiao bo Link: https://github.com/openwrt/openwrt/pull/24626 Signed-off-by: Robert Marko --- package/boot/arm-trusted-firmware-airoha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/arm-trusted-firmware-airoha/Makefile b/package/boot/arm-trusted-firmware-airoha/Makefile index 73711211c1d..36ec7f83273 100644 --- a/package/boot/arm-trusted-firmware-airoha/Makefile +++ b/package/boot/arm-trusted-firmware-airoha/Makefile @@ -50,7 +50,7 @@ define Trusted-Firmware-A/an7581-bl31 $(call Trusted-Firmware-A/bl31/Default) BUILD_SUBTARGET:=an7581 SOC:=EN7581 - BUILD_DEVICES:=airoha_an7581-evb airoha_an7581-evb-emmc + BUILD_DEVICES:=airoha_an7581-evb airoha_an7581-evb-emmc-eagle airoha_an7581-evb-emmc-kite nokia_valyrian nokia_xg-040g-md-ubi endef define Trusted-Firmware-A/an7583-bl31 -- 2.47.3