From: xiao bo Date: Sun, 9 Aug 2026 14:44:59 +0000 (+0800) Subject: arm-trusted-firmware-airoha: sync an7581-bl31 BUILD_DEVICES with bl2 X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fopenwrt.git arm-trusted-firmware-airoha: sync an7581-bl31 BUILD_DEVICES with bl2 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 --- 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