commit | 9fa16b7755967b1b4dc704de71a3d639d13e21fc | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Jul 04 04:58:12 2012 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jul 09 17:39:39 2012 +0100 |
tree | e3686faa439a42294e48f067ed26848a39f23530 | |
parent | d0f34a11ddab9b456e4caf9fc48d8d7e832e0e50 [diff] |
ARM: 7439/1: head.S: simplify initial page table mapping 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>