Re: [U-Boot] [PATCH 07/26] libfdt: Add a function to write a property placeholder

2016-01-31 Thread David Gibson
On Fri, Jan 29, 2016 at 11:23:31AM -0700, Simon Glass wrote: > Hi David, > > On 28 January 2016 at 22:29, David Gibson wrote: > > On Thu, Jan 28, 2016 at 09:39:27AM -0700, Simon Glass wrote: > >> The existing function to add a new property to a tree being built requires > >> that the entire conte

Re: [U-Boot] [PATCH 07/26] libfdt: Add a function to write a property placeholder

2016-01-31 Thread David Gibson
On Thu, Jan 28, 2016 at 09:39:27AM -0700, Simon Glass wrote: > The existing function to add a new property to a tree being built requires > that the entire contents of the new property be passed in. For some > applications it is more convenient to be able to add the property contents > later, perha

Re: [U-Boot] [PATCH 07/26] libfdt: Add a function to write a property placeholder

2016-01-29 Thread Simon Glass
Hi David, On 28 January 2016 at 22:29, David Gibson wrote: > On Thu, Jan 28, 2016 at 09:39:27AM -0700, Simon Glass wrote: >> The existing function to add a new property to a tree being built requires >> that the entire contents of the new property be passed in. For some >> applications it is more