Re: [U-Boot] [PATCH 3/8] dts/Makefile: unify cpp/dtc include paths

2013-06-19 Thread Simon Glass
On Wed, Jun 19, 2013 at 1:56 PM, Stephen Warren wrote: > On 06/19/2013 02:51 PM, Simon Glass wrote: > > Hi Stephen, > > > > On Mon, Jun 10, 2013 at 4:16 PM, Stephen Warren > > wrote: > > > > From: Stephen Warren mailto:swar...@nvidia.com > >> > > > > *.dts ma

Re: [U-Boot] [PATCH 3/8] dts/Makefile: unify cpp/dtc include paths

2013-06-19 Thread Stephen Warren
On 06/19/2013 02:51 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Jun 10, 2013 at 4:16 PM, Stephen Warren > wrote: > > From: Stephen Warren mailto:swar...@nvidia.com>> > > *.dts may use #include (via cpp) or /include/ (via dtc; assuming a newer > dtc

Re: [U-Boot] [PATCH 3/8] dts/Makefile: unify cpp/dtc include paths

2013-06-19 Thread Simon Glass
Hi Stephen, On Mon, Jun 10, 2013 at 4:16 PM, Stephen Warren wrote: > From: Stephen Warren > > *.dts may use #include (via cpp) or /include/ (via dtc; assuming a newer > dtc). The choice is up to the creator of the DT. Create a common variable > DTC_INCDIRS that lists the paths searched by includ