Re: [U-Boot] [PATCH v2 4/9] libfdt: Add new headers and defines

2016-06-15 Thread Simon Glass
Hi Maxime, On 13 June 2016 at 03:28, Maxime Ripard wrote: > Hi David, > > On Sat, Jun 11, 2016 at 08:30:35PM +1000, David Gibson wrote: >> On Fri, Jun 10, 2016 at 05:03:36PM +0300, Pantelis Antoniou wrote: >> > Hi Maxime, >> > >> > > On May 27, 2016, at 12:13 , Maxime Ripard >> > > wrote: >> >

Re: [U-Boot] [PATCH v2 4/9] libfdt: Add new headers and defines

2016-06-13 Thread Maxime Ripard
Hi David, On Sat, Jun 11, 2016 at 08:30:35PM +1000, David Gibson wrote: > On Fri, Jun 10, 2016 at 05:03:36PM +0300, Pantelis Antoniou wrote: > > Hi Maxime, > > > > > On May 27, 2016, at 12:13 , Maxime Ripard > > > wrote: > > > > > > The libfdt overlay support introduces a bunch of new includes

Re: [U-Boot] [PATCH v2 4/9] libfdt: Add new headers and defines

2016-06-12 Thread David Gibson
On Fri, Jun 10, 2016 at 05:03:36PM +0300, Pantelis Antoniou wrote: > Hi Maxime, > > > On May 27, 2016, at 12:13 , Maxime Ripard > > wrote: > > > > The libfdt overlay support introduces a bunch of new includes and > > functions. > > > > Make sure we are able to build it by adding the needed glu

Re: [U-Boot] [PATCH v2 4/9] libfdt: Add new headers and defines

2016-06-10 Thread Pantelis Antoniou
Hi Maxime, > On May 27, 2016, at 12:13 , Maxime Ripard > wrote: > > The libfdt overlay support introduces a bunch of new includes and > functions. > > Make sure we are able to build it by adding the needed glue. > > Signed-off-by: Maxime Ripard > --- > include/libfdt_env.h | 7 +++ > 1 fi

Re: [U-Boot] [PATCH v2 4/9] libfdt: Add new headers and defines

2016-06-09 Thread Simon Glass
Hi Maxime, On 27 May 2016 at 03:13, Maxime Ripard wrote: > The libfdt overlay support introduces a bunch of new includes and > functions. > > Make sure we are able to build it by adding the needed glue. > > Signed-off-by: Maxime Ripard > --- > include/libfdt_env.h | 7 +++ > 1 file changed,

[U-Boot] [PATCH v2 4/9] libfdt: Add new headers and defines

2016-05-27 Thread Maxime Ripard
The libfdt overlay support introduces a bunch of new includes and functions. Make sure we are able to build it by adding the needed glue. Signed-off-by: Maxime Ripard --- include/libfdt_env.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/libfdt_env.h b/include/libfdt_env.h