mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
d025aa4b20
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> |
||
---|---|---|
.. | ||
bat_rw.c | ||
board.c | ||
bootm.c | ||
cache.c | ||
extable.c | ||
interrupts.c | ||
kgdb.c | ||
Makefile | ||
ppccache.S | ||
ppcstring.S | ||
ticks.S | ||
time.c |