Re: [PATCH 2/3] bootwrapper: Factor out parsing of fdt #address-cells and #size-cells

2012-10-03 Thread Dave Martin
On Mon, Oct 01, 2012 at 06:36:57PM +0100, Jon Medhurst (Tixy) wrote: > On Mon, 2012-10-01 at 17:35 +0100, Dave Martin wrote: > > On Thu, Sep 27, 2012 at 07:06:19PM +0100, Jon Medhurst (Tixy) wrote: > > > From: Jon Medhurst > > > > > > We will be reusing this functionality later. > > > > Commit m

Re: [PATCH 2/3] bootwrapper: Factor out parsing of fdt #address-cells and #size-cells

2012-10-01 Thread Jon Medhurst (Tixy)
On Mon, 2012-10-01 at 17:35 +0100, Dave Martin wrote: > On Thu, Sep 27, 2012 at 07:06:19PM +0100, Jon Medhurst (Tixy) wrote: > > From: Jon Medhurst > > > > We will be reusing this functionality later. > > Commit message? ;) > Yep, that's what it is ;-) Couldn't think what more needed to be sai

Re: [PATCH 2/3] bootwrapper: Factor out parsing of fdt #address-cells and #size-cells

2012-10-01 Thread Dave Martin
On Thu, Sep 27, 2012 at 07:06:19PM +0100, Jon Medhurst (Tixy) wrote: > From: Jon Medhurst > > We will be reusing this functionality later. Commit message? ;) Makes sense to factor this out, though. Cheers ---Dave > Signed-off-by: Jon Medhurst > --- > semi_loader.c | 56 +++

[PATCH 2/3] bootwrapper: Factor out parsing of fdt #address-cells and #size-cells

2012-09-27 Thread Jon Medhurst (Tixy)
From: Jon Medhurst We will be reusing this functionality later. Signed-off-by: Jon Medhurst --- semi_loader.c | 56 ++-- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/semi_loader.c b/semi_loader.c index cbe911c..c9750be 10