From: Catalin Marinas Date: Tue, 16 Oct 2012 11:00:29 +0000 (+0100) Subject: arm64: Ignore memory blocks below PHYS_OFFSET X-Git-Tag: v3.7-rc2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71a1a42667f576ec736bb1200eba2118fee3a22;p=pandora-kernel.git arm64: Ignore memory blocks below PHYS_OFFSET According to Documentation/arm64/booting.txt, the kernel image must be loaded at a pre-defined offset from the start of RAM so that the kernel can calculate PHYS_OFFSET based on this address. If the DT contains memory blocks below this PHYS_OFFSET, report them and ignore the corresponding memory range. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed