commit | c309c2da147c2f166132341d578a41d3d9132966 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 20 08:42:46 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 11:17:21 2013 -0400 |
tree | 6607da92ae32bb036da36b5a71ad14433d0eecab | |
parent | a92fd6577ea17751ead9b50243e3c562125cf581 [diff] |
fdt: Skip checking FDT if the pointer is NULL 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 <sjg@chromium.org>