From: Daniel Golle Date: Mon, 28 Aug 2023 22:41:43 +0000 (+0100) Subject: uboot-mediatek: fix dependency on TF-A for MT7988 RFB (sdmmc) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=78e3adcaf993cd1a58821a69efccfca8d380f754;p=openwrt%2Fstaging%2Fjow.git uboot-mediatek: fix dependency on TF-A for MT7988 RFB (sdmmc) The U-Boot build for the MT7988 reference board booting from SD card wrongly depended on the 'ddr4' variant of the ARM TrustedFirmware-A build even though the 'comb' variant is used. Fix that dependency. Fixes: 572ea68070 ("uboot-mediatek: add patches for MT7988 and builds for RFB") Signed-off-by: Daniel Golle --- diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index 021d444a97..66de392185 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -403,7 +403,7 @@ define U-Boot/mt7988_rfb-sd BL2_BOOTDEV:=sdmmc BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-ddr4 + DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb endef UBOOT_TARGETS := \