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 <daniel@makrotopia.org>
This commit is contained in:
parent
49eedc146a
commit
78e3adcaf9
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ define U-Boot/mt7988_rfb-sd
|
||||||
BL2_BOOTDEV:=sdmmc
|
BL2_BOOTDEV:=sdmmc
|
||||||
BL2_SOC:=mt7988
|
BL2_SOC:=mt7988
|
||||||
BL2_DDRTYPE:=comb
|
BL2_DDRTYPE:=comb
|
||||||
DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-ddr4
|
DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb
|
||||||
endef
|
endef
|
||||||
|
|
||||||
UBOOT_TARGETS := \
|
UBOOT_TARGETS := \
|
||||||
|
|
Loading…
Reference in a new issue