Re: [U-Boot] [PATCH v3 47/54] fdt: Provide debug info when a device tree cannot be found

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:39, Simon Glass wrote: > It can be quite confusing with a new platform to figure out why the device > tree cannot be located. Add some debug information for this case. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > lib/fdtdec.c | 7 ++

[U-Boot] [PATCH v3 47/54] fdt: Provide debug info when a device tree cannot be found

2015-06-23 Thread Simon Glass
It can be quite confusing with a new platform to figure out why the device tree cannot be located. Add some debug information for this case. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None lib/fdtdec.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/fdtdec