[openwrt/openwrt] arm-trusted-firmware-mediatek: remove DDR combo for MT7987

LEDE Commits lede-commits at lists.infradead.org
Wed Dec 10 15:58:59 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/8117f30f6f8e816e0193a96bc97c126a887dd16b

commit 8117f30f6f8e816e0193a96bc97c126a887dd16b
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Tue Nov 11 21:10:36 2025 +0800

    arm-trusted-firmware-mediatek: remove DDR combo for MT7987
    
    The DRAM_USE_COMB option is only valid for the MT7988. There
    is no DRAM type selection for the MT7987, so remove it.
    
    Fixes: de8fc8b ("arm-trusted-firmware-mediatek: add builds for MT7987")
    Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
    Link: https://github.com/openwrt/openwrt/pull/21000
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit bb2d9c1a65424f318bcda46237e82d170c95688b)
---
 package/boot/arm-trusted-firmware-mediatek/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/package/boot/arm-trusted-firmware-mediatek/Makefile b/package/boot/arm-trusted-firmware-mediatek/Makefile
index 24fa97e5ce..3ce3b582fb 100644
--- a/package/boot/arm-trusted-firmware-mediatek/Makefile
+++ b/package/boot/arm-trusted-firmware-mediatek/Makefile
@@ -408,7 +408,6 @@ define Trusted-Firmware-A/mt7987-emmc-comb
   BOOT_DEVICE:=emmc
   BUILD_SUBTARGET:=filogic
   PLAT:=mt7987
-  DRAM_USE_COMB:=1
 endef
 
 define Trusted-Firmware-A/mt7987-emmc-ddr4-4bg
@@ -424,7 +423,6 @@ define Trusted-Firmware-A/mt7987-nor-comb
   BOOT_DEVICE:=nor
   BUILD_SUBTARGET:=filogic
   PLAT:=mt7987
-  DRAM_USE_COMB:=1
 endef
 
 define Trusted-Firmware-A/mt7987-sdmmc-comb
@@ -432,7 +430,6 @@ define Trusted-Firmware-A/mt7987-sdmmc-comb
   BOOT_DEVICE:=sdmmc
   BUILD_SUBTARGET:=filogic
   PLAT:=mt7987
-  DRAM_USE_COMB:=1
 endef
 
 define Trusted-Firmware-A/mt7987-sdmmc-ddr4-4bg
@@ -448,7 +445,6 @@ define Trusted-Firmware-A/mt7987-spim-nand0-ubi-comb
   BOOT_DEVICE:=spim-nand
   BUILD_SUBTARGET:=filogic
   PLAT:=mt7987
-  DRAM_USE_COMB:=1
   USE_UBI:=1
   SPIM_CTRL:=0
 endef
@@ -458,7 +454,6 @@ define Trusted-Firmware-A/mt7987-spim-nand2-ubi-comb
   BOOT_DEVICE:=spim-nand
   BUILD_SUBTARGET:=filogic
   PLAT:=mt7987
-  DRAM_USE_COMB:=1
   USE_UBI:=1
   SPIM_CTRL:=2
 endef
@@ -468,7 +463,6 @@ define Trusted-Firmware-A/mt7987-ram-comb
   BOOT_DEVICE:=ram
   BUILD_SUBTARGET:=filogic
   PLAT:=mt7987
-  DRAM_USE_COMB:=1
   RAM_BOOT_UART_DL:=1
   HIDDEN:=
   DEFAULT:=TARGET_mediatek_filogic




More information about the lede-commits mailing list