Re: [PATCH] dtc: Use quotes to include header files

2015-01-30 Thread Chris Packham
On Thu, 29 Jan 2015, Grant Likely wrote: On Tue, 16 Dec 2014 15:13:24 +1300 , Chris Packham wrote: Currently in arch and driver code that needs early access to the flattened device tree it is necessary to add specific CFLAGS so that when scripts/dtc/libfdt/libfdt.h is included the C preproce

Re: [PATCH] dtc: Use quotes to include header files

2015-01-29 Thread Rob Herring
On Thu, Jan 29, 2015 at 9:56 AM, Grant Likely wrote: > On Tue, 16 Dec 2014 15:13:24 +1300 > , Chris Packham > wrote: >> Currently in arch and driver code that needs early access to the >> flattened device tree it is necessary to add specific CFLAGS so that >> when scripts/dtc/libfdt/libfdt.h is

Re: [PATCH] dtc: Use quotes to include header files

2015-01-29 Thread Grant Likely
On Tue, 16 Dec 2014 15:13:24 +1300 , Chris Packham wrote: > Currently in arch and driver code that needs early access to the > flattened device tree it is necessary to add specific CFLAGS so that > when scripts/dtc/libfdt/libfdt.h is included the C preprocessor is able > to locate the libfdt vers

Re: [PATCH] dtc: Use quotes to include header files

2014-12-16 Thread Jon Loeliger
So, like, Chris Packham said: > Hi, > > This probably should come via git://git.jdl.com/software/dtc.git however > this appears to be inaccessible at the moment. Is this still the > canonical source for the device tree compiler and libfdt or has it been > moved? How much deviation from the canonic