]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Change the temp map to ROM to align addresses to page size.
authorAndrew Klossner <andrew@cesa.opbu.xerox.com>
Wed, 2 Jul 2008 14:03:53 +0000 (07:03 -0700)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Mon, 14 Jul 2008 23:46:32 +0000 (18:46 -0500)
commit24ef76f320fbadf074105229826514db140f939f
treeb90675309ccbe0b83ebad7532eea452f72c00c74
parent06b4186c10204b6683edb047ac5f506fb0ce0937
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>
cpu/mpc85xx/start.S