diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2008-07-09 08:17:06 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-10 00:49:37 +0200 |
commit | dbab0691d2533560f7e91b92ae844046a9ad1df3 (patch) | |
tree | 3c2b4569a30a42f2e1523d4b20491de95723014e | |
parent | 89134ea1f67208fd3160bdbb0b9eaab4eab98484 (diff) | |
download | u-boot-imx-dbab0691d2533560f7e91b92ae844046a9ad1df3.zip u-boot-imx-dbab0691d2533560f7e91b92ae844046a9ad1df3.tar.gz u-boot-imx-dbab0691d2533560f7e91b92ae844046a9ad1df3.tar.bz2 |
Minor spelling fix in comment.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
-rw-r--r-- | cpu/pxa/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/start.S b/cpu/pxa/start.S index 1cdb709..23005e2 100644 --- a/cpu/pxa/start.S +++ b/cpu/pxa/start.S @@ -128,7 +128,7 @@ relocate: /* relocate U-Boot to RAM */ copy_loop: ldmia r0!, {r3-r10} /* copy from source address [r0] */ stmia r1!, {r3-r10} /* copy to target address [r1] */ - cmp r0, r2 /* until source end addreee [r2] */ + cmp r0, r2 /* until source end address [r2] */ ble copy_loop #endif /* !CONFIG_SKIP_RELOCATE_UBOOT */ |