Re: [U-Boot] [PATCH 5/5] x86: Only compile dts file for a specific board

2014-12-28 Thread Bin Meng
Hi Simon, On Sun, Dec 28, 2014 at 9:07 AM, Simon Glass wrote: > Hi Bin, > > On 23 December 2014 at 22:06, Bin Meng wrote: >> Right now all dts files under arch/x86/dts are compiled. This is >> not necessary so update the Makefile to only compile dts file for >> a specific board. > > I'd rather t

Re: [U-Boot] [PATCH 5/5] x86: Only compile dts file for a specific board

2014-12-27 Thread Simon Glass
Hi Bin, On 23 December 2014 at 22:06, Bin Meng wrote: > Right now all dts files under arch/x86/dts are compiled. This is > not necessary so update the Makefile to only compile dts file for > a specific board. I'd rather that we go the other way - making the boards more common. If I can get the M

[U-Boot] [PATCH 5/5] x86: Only compile dts file for a specific board

2014-12-23 Thread Bin Meng
Right now all dts files under arch/x86/dts are compiled. This is not necessary so update the Makefile to only compile dts file for a specific board. Signed-off-by: Bin Meng --- arch/x86/dts/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/dts/Makefile