Re: [U-Boot] [PATCH 01/15] fdt: Use sed instead of cpp to pre-process the dtc

2012-12-28 Thread Simon Glass
Hi Stephen, On Fri, Dec 28, 2012 at 3:47 PM, Stephen Warren wrote: > On 12/28/2012 11:07 AM, Simon Glass wrote: >> Hi, >> >> On Fri, Dec 28, 2012 at 8:42 AM, Mike Frysinger wrote: >>> On Friday 28 December 2012 09:55:52 Simon Glass wrote: On Thu, Dec 27, 2012 at 4:03 PM, Stephen Warren wrot

Re: [U-Boot] [PATCH 01/15] fdt: Use sed instead of cpp to pre-process the dtc

2012-12-28 Thread Stephen Warren
On 12/28/2012 11:07 AM, Simon Glass wrote: > Hi, > > On Fri, Dec 28, 2012 at 8:42 AM, Mike Frysinger wrote: >> On Friday 28 December 2012 09:55:52 Simon Glass wrote: >>> On Thu, Dec 27, 2012 at 4:03 PM, Stephen Warren wrote: On 12/26/2012 03:28 PM, Simon Glass wrote: > Include file suppo

Re: [U-Boot] [PATCH 01/15] fdt: Use sed instead of cpp to pre-process the dtc

2012-12-28 Thread Simon Glass
Hi, On Fri, Dec 28, 2012 at 8:42 AM, Mike Frysinger wrote: > On Friday 28 December 2012 09:55:52 Simon Glass wrote: >> On Thu, Dec 27, 2012 at 4:03 PM, Stephen Warren wrote: >> > On 12/26/2012 03:28 PM, Simon Glass wrote: >> >> Include file support in dtc is still not available in common >> >> di

Re: [U-Boot] [PATCH 01/15] fdt: Use sed instead of cpp to pre-process the dtc

2012-12-28 Thread Mike Frysinger
On Friday 28 December 2012 09:55:52 Simon Glass wrote: > On Thu, Dec 27, 2012 at 4:03 PM, Stephen Warren wrote: > > On 12/26/2012 03:28 PM, Simon Glass wrote: > >> Include file support in dtc is still not available in common > >> distributions so we need to keep our preprocessing arrangement around

Re: [U-Boot] [PATCH 01/15] fdt: Use sed instead of cpp to pre-process the dtc

2012-12-28 Thread Simon Glass
Hi Stephen, On Thu, Dec 27, 2012 at 4:03 PM, Stephen Warren wrote: > On 12/26/2012 03:28 PM, Simon Glass wrote: >> Include file support in dtc is still not available in common distributions >> so we need to keep our preprocessing arrangement around for a little >> longer. >> >> But # is commonly

Re: [U-Boot] [PATCH 01/15] fdt: Use sed instead of cpp to pre-process the dtc

2012-12-27 Thread Stephen Warren
On 12/26/2012 03:28 PM, Simon Glass wrote: > Include file support in dtc is still not available in common distributions > so we need to keep our preprocessing arrangement around for a little > longer. > > But # is commonly used in FDT files, so use sed instead of cpp for this > preprocessing. Thi

[U-Boot] [PATCH 01/15] fdt: Use sed instead of cpp to pre-process the dtc

2012-12-26 Thread Simon Glass
Include file support in dtc is still not available in common distributions so we need to keep our preprocessing arrangement around for a little longer. But # is commonly used in FDT files, so use sed instead of cpp for this preprocessing. Signed-off-by: Simon Glass --- dts/Makefile | 10 -