commit | 711368524493ab7dffdbe230975a503659c1e9c5 | [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 | b7fc710d817d155af3025b2ae7ebe42da2d010c9 [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>