Skip to content

Commit f0347c3

Browse files
committed
uboot-mediatek: add mt7988 4bg builds
This allows builds for Bananapi R4 (Pro) with 8GB RAM. Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
1 parent 036275a commit f0347c3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package/boot/uboot-mediatek/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-emmc
925925
BL2_BOOTDEV:=emmc
926926
BL2_SOC:=mt7988
927927
BL2_DDRTYPE:=comb
928-
DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb
928+
DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb +trusted-firmware-a-mt7988-emmc-comb-4bg
929929
endef
930930

931931
define U-Boot/mt7988_bananapi_bpi-r4-sdmmc
@@ -937,7 +937,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-sdmmc
937937
BL2_BOOTDEV:=sdmmc
938938
BL2_SOC:=mt7988
939939
BL2_DDRTYPE:=comb
940-
DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb
940+
DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb +trusted-firmware-a-mt7988-sdmmc-comb-4bg
941941
endef
942942

943943
define U-Boot/mt7988_bananapi_bpi-r4-snand
@@ -949,7 +949,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-snand
949949
BL2_BOOTDEV:=spim-nand-ubi
950950
BL2_SOC:=mt7988
951951
BL2_DDRTYPE:=comb
952-
DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb
952+
DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb +trusted-firmware-a-mt7988-spim-nand-ubi-comb-4bg
953953
endef
954954

955955
define U-Boot/mt7988_bananapi_bpi-r4-poe-emmc
@@ -961,7 +961,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-poe-emmc
961961
BL2_BOOTDEV:=emmc
962962
BL2_SOC:=mt7988
963963
BL2_DDRTYPE:=comb
964-
DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb
964+
DEPENDS:=+trusted-firmware-a-mt7988-emmc-comb +trusted-firmware-a-mt7988-emmc-comb-4bg
965965
endef
966966

967967
define U-Boot/mt7988_bananapi_bpi-r4-poe-sdmmc
@@ -973,7 +973,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-poe-sdmmc
973973
BL2_BOOTDEV:=sdmmc
974974
BL2_SOC:=mt7988
975975
BL2_DDRTYPE:=comb
976-
DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb
976+
DEPENDS:=+trusted-firmware-a-mt7988-sdmmc-comb +trusted-firmware-a-mt7988-sdmmc-comb-4bg
977977
endef
978978

979979
define U-Boot/mt7988_bananapi_bpi-r4-poe-snand
@@ -985,7 +985,7 @@ define U-Boot/mt7988_bananapi_bpi-r4-poe-snand
985985
BL2_BOOTDEV:=spim-nand-ubi
986986
BL2_SOC:=mt7988
987987
BL2_DDRTYPE:=comb
988-
DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb
988+
DEPENDS:=+trusted-firmware-a-mt7988-spim-nand-ubi-comb +trusted-firmware-a-mt7988-spim-nand-ubi-comb-4bg
989989
endef
990990

991991
define U-Boot/mt7987_rfb-emmc

0 commit comments

Comments
 (0)