diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:19:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:19:34 +0200 |
commit | 99b0d2851a137453f4aca5f0a3d301b776bda28b (patch) | |
tree | 6751f81ba1e8451321c0497c4b5b1a5e59e4f27d /cpu/mpc85xx/start.S | |
parent | 45237bc00b29bd88e8456367d7b006ab80f95ee9 (diff) | |
download | u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.zip u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.tar.gz u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.tar.bz2 |
Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
Diffstat (limited to 'cpu/mpc85xx/start.S')
-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 2f2bd3a..7ac6573 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. |