diff options
| author | Haiying Wang <[email protected]> | 2006-05-10 09:38:06 -0500 |
|---|---|---|
| committer | Jon Loeliger <[email protected]> | 2006-05-10 09:38:06 -0500 |
| commit | 6cfea33477b04b63ed47386ed1629529484c33ba (patch) | |
| tree | a723b6fcfbe2e7ae6b41e97ca8e5106db3b1c184 /cpu | |
| parent | d4dd317b58c126a2a7e73f4764ecc1a7c97f876c (diff) | |
Remove unneeded INIT_RAM_LOCK cache twiddling.
Correctly tracks r29 as global data pointer now.
Signed-off-by: Haiying Wang <[email protected]>
Diffstat (limited to 'cpu')
| -rw-r--r-- | cpu/mpc86xx/start.S | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpu/mpc86xx/start.S b/cpu/mpc86xx/start.S index 0a447a76b75..b96363151d8 100644 --- a/cpu/mpc86xx/start.S +++ b/cpu/mpc86xx/start.S @@ -955,8 +955,9 @@ in_ram: cmplw 0, r3, r4 bne 5b 6: - mr r3, r10 /* Destination Address */ - bl after_reloc + mr r3, r9 /* Init Date pointer */ + mr r4, r10 /* Destination Address */ + bl board_init_r /* not reached - end relocate_code */ /*-----------------------------------------------------------------------*/ |
