commit | 0470c52c7de252efc691baf1f7bfccbff205bacf | [log] [tgz] |
---|---|---|
author | Andrew Klossner <andrew@cesa.opbu.xerox.com> | Wed Jul 02 07:03:53 2008 -0700 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Mon Jul 14 18:46:32 2008 -0500 |
tree | b90675309ccbe0b83ebad7532eea452f72c00c74 | |
parent | b4a016eb757044c0606d245d7dfe0f16800a661a [diff] |
Change the temp map to ROM to align addresses to page size. With a page size of BOOKE_PAGESZ_16M, both the real and effective addresses must be multiples of 16MB. The hardware silently truncates them so the code happens to work. This patch clarifies the situation by establishing addresses that the hardware doesn't need to truncate. Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com> Signed-off-by: Andy Fleming <afleming@freescale.com>