ARM: 7439/1: head.S: simplify initial page table mapping
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 4 Jul 2012 03:58:12 +0000 (04:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 9 Jul 2012 16:39:39 +0000 (17:39 +0100)
Let's map the initial RAM up to the end of the kernel .bss instead of
the strict kernel image area.  This simplifies the code as the kernel
image only needs to be handled specially in the XIP case.  That covers
the legacy ATAG location as well.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found