commit | fa9e7c5d8614f60538f7d910c140b5a473f07ffc | [log] [tgz] |
---|---|---|
author | Becky Bruce <becky.bruce@freescale.com> | Wed Nov 05 14:55:30 2008 -0600 |
committer | Jon Loeliger <jdl@freescale.com> | Mon Nov 10 10:10:02 2008 -0600 |
tree | 14d1acffc20e3591459f3975ee64c682803ed1ad | |
parent | a6f0e79521591d026c5c24d1d525dde6b4f9ab05 [diff] |
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>