Re: libfdt: libfdt_env.h must be included first

2007-10-16 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > libfdt.h currently includes fdt.h, then libfdt_env.h. This is > incorrect, because depending on the environment into which libfdt is > embedded, libfdt_env.h may be needed to define datatypes used in > fdt.h. This patch corrects the problem. > > Si

libfdt: libfdt_env.h must be included first

2007-10-15 Thread David Gibson
libfdt.h currently includes fdt.h, then libfdt_env.h. This is incorrect, because depending on the environment into which libfdt is embedded, libfdt_env.h may be needed to define datatypes used in fdt.h. This patch corrects the problem. Signed-off-by: David Gibson <[EMAIL PROTECTED]> --- I've se

Re: libfdt: libfdt_env.h must be included first

2007-09-27 Thread David Gibson
On Fri, Sep 28, 2007 at 03:13:22PM +1000, Stephen Rothwell wrote: > On Fri, 28 Sep 2007 14:52:06 +1000 David Gibson <[EMAIL PROTECTED]> wrote: > > > > libfdt.h currently includes fdt.h, then libfdt_env.h. This is > > incorrect, because depending on the environment into which libfdt is > > embedded

Re: libfdt: libfdt_env.h must be included first

2007-09-27 Thread Stephen Rothwell
On Fri, 28 Sep 2007 14:52:06 +1000 David Gibson <[EMAIL PROTECTED]> wrote: > > libfdt.h currently includes fdt.h, then libfdt_env.h. This is > incorrect, because depending on the environment into which libfdt is > embedded, libfdt_env.h may be needed to define datatypes used in > fdt.h. This patc

libfdt: libfdt_env.h must be included first

2007-09-27 Thread David Gibson
libfdt.h currently includes fdt.h, then libfdt_env.h. This is incorrect, because depending on the environment into which libfdt is embedded, libfdt_env.h may be needed to define datatypes used in fdt.h. This patch corrects the problem. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: dtc/