public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: dts: fix ast2500-evb inclusion for correct target
@ 2020-08-18  0:53 Thirupathaiah Annapureddy
  2020-08-20  0:15 ` Thirupathaiah Annapureddy
  0 siblings, 1 reply; 7+ messages in thread
From: Thirupathaiah Annapureddy @ 2020-08-18  0:53 UTC (permalink / raw)
  To: u-boot

Include ast2500-evb.dtb for CONFIG_TARGET_EVB_AST2500 instead of
for all aspeed targets.

Signed-off-by: Thirupathaiah Annapureddy <thiruan@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
 
-- 
2.25.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-08-23 20:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-18  0:53 [PATCH] arm: dts: fix ast2500-evb inclusion for correct target Thirupathaiah Annapureddy
2020-08-20  0:15 ` Thirupathaiah Annapureddy
2020-08-20  2:06   ` Ryan Chen
2020-08-20 21:09     ` Thirupathaiah Annapureddy
2020-08-21  0:03       ` Tom Rini
2020-08-23  5:24         ` Thirupathaiah Annapureddy
2020-08-23 20:02           ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox