[RFC PATCH 3/4] arm: dts: Fix build of am62a7 dtbs

Mattijs Korpershoek mkorpershoek at baylibre.com
Thu Jul 13 11:11:37 CEST 2023


On jeu., juil. 13, 2023 at 02:20, Nishanth Menon <nm at ti.com> wrote:

> am62a7 should be built with CONFIG_SOC_K3_AM62A7 not CONFIG_SOC_K3_AM625
>
> Fixes: 6bdfa69155d8 ("arm: dts: introduce am62a7 u-boot dtbs")
> Cc: Bryan Brattlof <bb at ti.com>
> Cc: Vignesh Raghavendra <vigneshr at ti.com>
> Cc: Francesco Dolcini <francesco at dolcini.it>
> Cc: Sjoerd Simons <sjoerd at collabora.com>
> Cc: Wadim Egorov <w.egorov at phytec.de>
> Signed-off-by: Nishanth Menon <nm at ti.com>
> ---

Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>

>
> Found this as i was building and wondering why 62a7 dtbs were building..
>
>  arch/arm/dts/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index 17f506a8fa06..e4b658ae0416 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -1301,7 +1301,7 @@ dtb-$(CONFIG_SOC_K3_AM642) += k3-am642-evm.dtb \
>  dtb-$(CONFIG_SOC_K3_AM625) += k3-am625-sk.dtb \
>  			      k3-am625-r5-sk.dtb
>  
> -dtb-$(CONFIG_SOC_K3_AM625) += k3-am62a7-sk.dtb \
> +dtb-$(CONFIG_SOC_K3_AM62A7) += k3-am62a7-sk.dtb \
>  			      k3-am62a7-r5-sk.dtb
>  
>  dtb-$(CONFIG_ARCH_MEDIATEK) += \
> -- 
> 2.40.0


More information about the U-Boot mailing list