All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] ARM: dts: Makefile: fix build for at91family
@ 2018-08-09 11:12 Eugen Hristev
  2018-08-09 11:12 ` [U-Boot] [PATCH 2/2] at91: fix devicetree warnings Eugen Hristev
  2018-09-11 12:25 ` [U-Boot] [U-Boot, 1/2] ARM: dts: Makefile: fix build for at91family Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Eugen Hristev @ 2018-08-09 11:12 UTC (permalink / raw)
  To: u-boot

For at91family, makefile was building unwanted DTBs
Moved them under specific target configuration.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 arch/arm/dts/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index ebfa227..79fdc0d 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -1,9 +1,9 @@
 # SPDX-License-Identifier: GPL-2.0+
 
-dtb-$(CONFIG_AT91FAMILY) += at91sam9260-smartweb.dtb \
-	at91sam9g20-taurus.dtb \
-	at91sam9g45-corvus.dtb \
-	at91sam9g45-gurnard.dtb
+dtb-$(CONFIG_TARGET_SMARTWEB) += at91sam9260-smartweb.dtb
+dtb-$(CONFIG_TARGET_TAURUS) += at91sam9g20-taurus.dtb
+dtb-$(CONFIG_TARGET_CORVUS) += at91sam9g45-corvus.dtb
+dtb-$(CONFIG_TARGET_GURNARD) += at91sam9g45-gurnard.dtb
 
 dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb
 dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb
-- 
2.7.4

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

end of thread, other threads:[~2018-09-11 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-09 11:12 [U-Boot] [PATCH 1/2] ARM: dts: Makefile: fix build for at91family Eugen Hristev
2018-08-09 11:12 ` [U-Boot] [PATCH 2/2] at91: fix devicetree warnings Eugen Hristev
2018-09-11 12:25   ` [U-Boot] [U-Boot,2/2] " Tom Rini
2018-09-11 12:25 ` [U-Boot] [U-Boot, 1/2] ARM: dts: Makefile: fix build for at91family Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.