Re: [U-Boot] [PATCH v3 1/9] fdt: Add fdtdec functions to read byte array

2012-01-17 Thread Mike Frysinger
On Tuesday 17 January 2012 02:11:58 Simon Glass wrote: > On Mon, Jan 16, 2012 at 10:30 PM, Mike Frysinger wrote: > > On Tuesday 17 January 2012 01:11:14 Simon Glass wrote: > >> From: Anton Staff > >> > >> Sometimes we don't need a full cell for each value. This provides > >> a simple function to

Re: [U-Boot] [PATCH v3 1/9] fdt: Add fdtdec functions to read byte array

2012-01-16 Thread Simon Glass
Hi Mike, On Mon, Jan 16, 2012 at 10:30 PM, Mike Frysinger wrote: > On Tuesday 17 January 2012 01:11:14 Simon Glass wrote: >> From: Anton Staff >> >> Sometimes we don't need a full cell for each value. This provides >> a simple function to read a byte array, both with and without >> copying it. >

Re: [U-Boot] [PATCH v3 1/9] fdt: Add fdtdec functions to read byte array

2012-01-16 Thread Mike Frysinger
On Tuesday 17 January 2012 01:11:14 Simon Glass wrote: > From: Anton Staff > > Sometimes we don't need a full cell for each value. This provides > a simple function to read a byte array, both with and without > copying it. > > Signed-off-by: Simon Glass seems like getting s-o-b from Anton shou