Re: [U-Boot] [PATCH v1] ARM: dts: Makefile: Use board to decide to compile dts

2016-09-23 Thread Wenyou.Yang
> -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: 2016年9月23日 12:17 > To: Wenyou Yang - A41535 > Cc: U-Boot Mailing List ; Stephen Warren > ; Andreas Bießmann

Re: [U-Boot] [PATCH v1] ARM: dts: Makefile: Use board to decide to compile dts

2016-09-22 Thread Simon Glass
Hi, On 18 September 2016 at 01:40, Wenyou Yang wrote: > 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 > --- > >

Re: [U-Boot] [PATCH v1] ARM: dts: Makefile: Use board to decide to compile dts

2016-09-19 Thread Heiko Schocher
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

[U-Boot] [PATCH v1] ARM: dts: Makefile: Use board to decide to compile dts

2016-09-18 Thread 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(-) diff --git