Re: [U-Boot] [PATCH 05/11] fdt: Use the correct return types for fdtdec_decode_region()

2014-10-17 Thread Anatolij Gustschin
On Wed, 15 Oct 2014 02:05:35 -0600 Simon Glass s...@chromium.org wrote: Use the correct FDT data types for this function. Also add more debugging. Signed-off-by: Simon Glass s...@chromium.org --- include/fdtdec.h | 10 +- lib/fdtdec.c | 19 --- 2 files

[U-Boot] [PATCH 05/11] fdt: Use the correct return types for fdtdec_decode_region()

2014-10-15 Thread Simon Glass
Use the correct FDT data types for this function. Also add more debugging. Signed-off-by: Simon Glass s...@chromium.org --- include/fdtdec.h | 10 +- lib/fdtdec.c | 19 --- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/include/fdtdec.h