Re: [PATCH 2/8] Move property-printing into util

2013-01-27 Thread Jon Loeliger
> The function that prints a property can be useful to other programs, > so move it into util. > > Signed-off-by: Simon Glass Applied. Thanks, jdl ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinf

Re: [PATCH 2/8] Move property-printing into util

2013-01-21 Thread David Gibson
On Mon, Jan 21, 2013 at 12:59:16PM -0800, Simon Glass wrote: > The function that prints a property can be useful to other programs, > so move it into util. > > Signed-off-by: Simon Glass Straightforward enough. Acked-by: David Gibson -- David Gibson| I'll have my music ba

[PATCH 2/8] Move property-printing into util

2013-01-21 Thread Simon Glass
The function that prints a property can be useful to other programs, so move it into util. Signed-off-by: Simon Glass --- fdtdump.c | 37 + util.c| 37 + util.h| 14 ++ 3 files changed, 52 insertion