From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Mon, 19 Sep 2016 15:38:36 +0200 Subject: [U-Boot] [PATCH v1] ARM: dts: Makefile: Use board to decide to compile dts In-Reply-To: <1474184422-13547-1-git-send-email-wenyou.yang@atmel.com> References: <1474184422-13547-1-git-send-email-wenyou.yang@atmel.com> Message-ID: <57DFEA5C.4010101@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wenyou Yang, Am 18.09.2016 um 09:40 schrieb Wenyou Yang: > To avoid to compile all AT91 SoCs' board dts files, use the board > to decide to build its corresponding dts, instead of > CONFIG_AT91FAMILY. > > Signed-off-by: Wenyou Yang > --- > > arch/arm/dts/Makefile | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Heiko Schocher bye, Heiko > > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile > index 223124e..2ac1f20 100644 > --- a/arch/arm/dts/Makefile > +++ b/arch/arm/dts/Makefile > @@ -2,10 +2,10 @@ > # 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 > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany