From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 06 May 2013 19:43:08 -0400 Subject: [U-Boot] [PATCH v3 11/17] fdt: Skip checking FDT if the pointer is NULL In-Reply-To: <1366483372-16523-12-git-send-email-sjg@chromium.org> References: <1366483372-16523-1-git-send-email-sjg@chromium.org> <1366483372-16523-12-git-send-email-sjg@chromium.org> Message-ID: <5188400C.4000106@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Acked-by: Gerald Van Baren > --- > Changes in v3: None > Changes in v2: > - Fix checkpatch checks about parenthesis alignment > > lib/fdtdec.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)