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 robot...@chromium.org Sometimes we don't need a full cell for each value. This provides a simple

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

2012-01-16 Thread Simon Glass
From: Anton Staff robot...@chromium.org 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 s...@chromium.org --- Changes in v2: - Use correct name for get_prop_check_min_len()

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 robot...@chromium.org 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 s...@chromium.org seems

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 vap...@gentoo.org wrote: On Tuesday 17 January 2012 01:11:14 Simon Glass wrote: From: Anton Staff robot...@chromium.org Sometimes we don't need a full cell for each value. This provides a simple function to read a byte array, both