]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc86xx: Move setup_bats into cpu_init_f
authorBecky Bruce <becky.bruce@freescale.com>
Wed, 5 Nov 2008 20:55:30 +0000 (14:55 -0600)
committerJon Loeliger <jdl@freescale.com>
Mon, 10 Nov 2008 16:10:02 +0000 (10:10 -0600)
commit24bfb48c35fed6ad1f047e3e4a27df302482cd93
tree14d1acffc20e3591459f3975ee64c682803ed1ad
parent05df3e5a638be8c5b0899eae1766bbe8e4b92c17
mpc86xx: Move setup_bats into cpu_init_f

In order to later allow for a physical relocation of the
flash, setup_bats, which sets up the final BAT mapping
for the board, needs to happen *after* init_laws().
Otherwise, there will be no window programmed for the flash
at the new physical location at the point when we change
the mmu translation.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
cpu/mpc86xx/cpu_init.c
cpu/mpc86xx/start.S