powerpc 86xx: Handle CCSR relocation earlier
authorBecky Bruce <becky.bruce@freescale.com>
Mon, 3 Nov 2008 00:19:32 +0000 (18:19 -0600)
committerJon Loeliger <jdl@freescale.com>
Mon, 3 Nov 2008 17:05:00 +0000 (11:05 -0600)
commit104992fc541302a6bac74448e01e7fdad20abca0
treea68f366ecdddfe29ce9a4fc234c959ff7ec20549
parentaf5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
powerpc 86xx: Handle CCSR relocation earlier

Currently, the CCSR gets relocated while translation is
enabled, meaning we need 2 BAT translations to get to both the
old location and the new location.  Also, the DEFAULT
CCSR location has a dependency on the BAT that maps the
FLASH region.  Moving the relocation removes this unnecessary
dependency. This makes it easier and more intutive to
modify the board's memory map.

Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
BAT for CCSR space.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
cpu/mpc86xx/start.S
include/configs/MPC8610HPCD.h