From: Nicolas Pitre Date: Thu, 9 Jun 2011 03:58:36 +0000 (+0100) Subject: ARM: 6953/1: DT: don't try to access physical address zero X-Git-Tag: v3.0-rc4~35^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f506cd48a4236b7045d092c9b92709ae6b4bdaf0;p=pandora-kernel.git ARM: 6953/1: DT: don't try to access physical address zero If the DT physical address is zero, this is equivalent to no DT. Especially when the actual RAM physical address is not located at zero, the result of phys_to_virt() would point to la-la-land and crash the kernel, which crash is completely silent this early during boot. Signed-off-by: Nicolas Pitre Acked-by: Grant Likely Signed-off-by: Russell King --- Reading git-diff-tree failed