[PATCH] arm: dts: fix ast2500-evb inclusion for correct target

Ryan Chen ryan_chen at aspeedtech.com
Thu Aug 20 04:06:36 CEST 2020


Hi
> -----Original Message-----
> From: Thirupathaiah Annapureddy [mailto:thiruan at linux.microsoft.com]
> Sent: Thursday, August 20, 2020 8:16 AM
> To: u-boot at lists.denx.de
> Cc: Maxim Sloyko <maxims at google.com>; Marek Vasut <marex at denx.de>;
> ChiaWei Wang <chiawei_wang at aspeedtech.com>; Ryan Chen
> <ryan_chen at aspeedtech.com>
> Subject: Re: [PATCH] arm: dts: fix ast2500-evb inclusion for correct target
> 
> Adding Ryan and Chiawei to the list.
> 
> On 8/17/2020 5:53 PM, Thirupathaiah Annapureddy wrote:
> > Include ast2500-evb.dtb for CONFIG_TARGET_EVB_AST2500 instead of for
> > all aspeed targets.

There should not have to many Kconfig for ASPEED platform. 
I prefer use following to build all all ASPEED platform. Like following. 
dtb-$(CONFIG_ARCH_ASPEED) += \
        ast2400-evb.dtb \
        ast2500-evb.dtb \
        ast2600a0-evb.dtb \
        ast2600a0-ncsi.dtb \
        ast2600a1-evb.dtb \
        ast2600a1-ncsi.dtb \
        ast2600-fpga.dtb \
        ast2600-rainier.dtb \
        ast2600-slt.dtb \
        ast2600-tacoma.dtb
 
> >
> > Signed-off-by: Thirupathaiah Annapureddy <thiruan at linux.microsoft.com
> > ---
> >  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
> > 7e29b9096b..d019f26983 100644
> > --- a/arch/arm/dts/Makefile
> > +++ b/arch/arm/dts/Makefile
> > @@ -938,7 +938,7 @@ dtb-$(CONFIG_ARCH_BCM6858) += \
> >
> >  dtb-$(CONFIG_TARGET_BCMNS3) += ns3-board.dtb
> >
> > -dtb-$(CONFIG_ARCH_ASPEED) += ast2500-evb.dtb
> > +dtb-$(CONFIG_TARGET_EVB_AST2500) += ast2500-evb.dtb
> >
> >  dtb-$(CONFIG_ARCH_STI) += stih410-b2260.dtb
> >
> >



More information about the U-Boot mailing list