commit | 2f79edd50db015b29e54021d626da141cc9a486d | [log] [tgz] |
---|---|---|
author | Becky Bruce <becky.bruce@freescale.com> | Fri Oct 31 17:14:39 2008 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Mon Nov 10 10:10:06 2008 -0600 |
tree | 0fb3e41846fecc628673a848ce638eef7eb70fa1 | |
parent | 48d3ce296209a78463c9086aa4fb9268c1a5fc8f [diff] |
lib_ppc: Move trap_init to occur earlier Doing trap_init immediately once we're running from RAM means we're no longer dependent on the physical location of the flash on non-BookE platforms. Before trap_init, those platforms switch to real mode and go to 0xfff00100 on exception. After the switch, they go to 0x00000100 This makes it easier to move the flash location. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>