[PATCH] ARM: dts: build DTs for MT7987 RFB
    Weijie Gao 
    weijie.gao at mediatek.com
       
    Thu Oct  9 03:24:53 CEST 2025
    
    
  
Hi Daniel,
On Thu, 2025-10-02 at 14:59 +0100, Daniel Golle wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> Compile the added device tree sources into blobs, which was forgotten
> when adding the source files.
> 
> Fixes: 2d6962e0618 (arm: mediatek: add support for MediaTek MT7987
> SoC)
> Signed-off-by: Daniel Golle <daniel at makrotopia.org>
> ---
>  arch/arm/dts/Makefile | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index 7c8cf3a5a1d..a36967b916e 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -1131,6 +1131,9 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
>         mt7986b-sd-rfb.dtb \
>         mt7986a-emmc-rfb.dtb \
>         mt7986b-emmc-rfb.dtb \
> +       mt7987a-emmc-rfb.dtb \
> +       mt7987a-rfb.dtb \
> +       mt7987a-sd-rfb.dtb \
I'd suggest to use
obj-$(CONFIG_TARGET_MT7987) = mt7987a-emmc-rfb.dtb \
	mt7987a-rfb.dtb \
	mt7987a-sd-rfb.dtb \
>         mt7988-rfb.dtb \
>         mt7988-sd-rfb.dtb \
>         mt8183-pumpkin.dtb \
> --
> 2.51.0
> 
    
    
More information about the U-Boot
mailing list