diff options
| author | Wolfgang Denk <[email protected]> | 2005-10-05 00:19:34 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2005-10-05 00:19:34 +0200 |
| commit | 99b0d2851a137453f4aca5f0a3d301b776bda28b (patch) | |
| tree | 6751f81ba1e8451321c0497c4b5b1a5e59e4f27d /cpu | |
| parent | 45237bc00b29bd88e8456367d7b006ab80f95ee9 (diff) | |
Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <[email protected]>, 27 Apr 2005
Diffstat (limited to 'cpu')
| -rw-r--r-- | cpu/mpc85xx/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/start.S b/cpu/mpc85xx/start.S index 2f2bd3ad52a..7ac65736bc0 100644 --- a/cpu/mpc85xx/start.S +++ b/cpu/mpc85xx/start.S @@ -999,7 +999,7 @@ relocate_code: * Re-point the IVPR at RAM */ mtspr IVPR,r10 - + /* * We are done. Do not return, instead branch to second part of board * initialization, now running from RAM. |
