Re: [U-Boot] [PATCH v3 11/17] fdt: Skip checking FDT if the pointer is NULL

2013-05-06 Thread Jerry Van Baren
On 04/20/2013 02:42 PM, Simon Glass wrote: If we have no FDT, don't attempt to read from it. This allows sandbox to run without an FDT if required. Signed-off-by: Simon Glass s...@chromium.org Acked-by: Gerald Van Baren vanba...@cideas.com --- Changes in v3: None Changes in v2: - Fix

[U-Boot] [PATCH v3 11/17] fdt: Skip checking FDT if the pointer is NULL

2013-04-20 Thread Simon Glass
If we have no FDT, don't attempt to read from it. This allows sandbox to run without an FDT if required. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: - Fix checkpatch checks about parenthesis alignment lib/fdtdec.c | 3 ++- 1 file changed, 2 insertions(+),