summaryrefslogtreecommitdiff
path: root/cpu/pxa
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2008-07-09 08:17:06 +0200
committerWolfgang Denk <wd@denx.de>2008-07-10 00:49:37 +0200
commitdbab0691d2533560f7e91b92ae844046a9ad1df3 (patch)
tree3c2b4569a30a42f2e1523d4b20491de95723014e /cpu/pxa
parent89134ea1f67208fd3160bdbb0b9eaab4eab98484 (diff)
Minor spelling fix in comment.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'cpu/pxa')
-rw-r--r--cpu/pxa/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/start.S b/cpu/pxa/start.S
index 1cdb7091d..23005e20f 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 */