From bc2e5f10d4e8ee173c5d8d13b27263d5f19044b6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Sep 2024 11:20:13 +0200 Subject: [PATCH] uboot-mediatek: add missing dependency for mt7988_rfb-spim-nand Signed-off-by: Felix Fietkau --- 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 b3b11a0f7c..431ab54c74 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -686,7 +686,7 @@ define U-Boot/mt7988_rfb-spim-nand BL2_BOOTDEV:=spim-nand BL2_SOC:=mt7988 BL2_DDRTYPE:=comb - DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-comb + DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-comb +trusted-firmware-a-mt7988-spim-nand-ubi-comb endef define U-Boot/mt7988_rfb-snand -- 2.30.2