Re: [U-Boot] [PATCH v3 01/18] fdt: Tidy debugging, add to fdtdec_get_int/addr()

2012-09-21 Thread Anatolij Gustschin
On Thu, 12 Jul 2012 08:25:01 -0700 Simon Glass wrote: > The new debugging shows the value of integers and addresses read > from the device tree and tidy up GPIO output. > > Signed-off-by: Simon Glass > --- > Changes in v3: > - Remove spurious newline from fdtdec_get_addr() debug output > - Tidy

[U-Boot] [PATCH v3 01/18] fdt: Tidy debugging, add to fdtdec_get_int/addr()

2012-07-12 Thread Simon Glass
The new debugging shows the value of integers and addresses read from the device tree and tidy up GPIO output. Signed-off-by: Simon Glass --- Changes in v3: - Remove spurious newline from fdtdec_get_addr() debug output - Tidy up fdtdec_decode_gpios() debug output lib/fdtdec.c | 27 +++