From 0b8505f04e94a171aa0576800f8c0fe12111f58f Mon Sep 17 00:00:00 2001 From: Chukun Pan Date: Sun, 15 Feb 2026 18:01:25 +0800 Subject: [PATCH] uboot-mediatek: fix bl2 image for mt7987_rfb-emmc The BL2 image for mt7987_rfb-emmc should be emmc, not sdmmc. Fixes: 6d35eda ("uboot-mediatek: add builds for the MediaTek MT7987 reference board") Signed-off-by: Chukun Pan Link: https://github.com/openwrt/openwrt/pull/23490 Signed-off-by: Hauke Mehrtens --- package/boot/uboot-mediatek/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index 387ea0ee54..f7e6f0a4d3 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -1114,7 +1114,7 @@ define U-Boot/mt7987_rfb-emmc BUILD_DEVICES:=mediatek_mt7987a-rfb UBOOT_CONFIG:=mt7987_emmc_rfb UBOOT_IMAGE:=u-boot.fip - BL2_BOOTDEV:=sdmmc + BL2_BOOTDEV:=emmc BL2_SOC:=mt7987 BL2_DDRTYPE:=comb DEPENDS:=+trusted-firmware-a-mt7987-emmc-comb