projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89134ea
)
Minor spelling fix in comment.
author
Marcel Ziswiler
<marcel@ziswiler.com>
Wed, 9 Jul 2008 06:17:06 +0000
(08:17 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 9 Jul 2008 22:49:37 +0000
(
00:49
+0200)
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
cpu/pxa/start.S
patch
|
blob
|
history
diff --git
a/cpu/pxa/start.S
b/cpu/pxa/start.S
index 1cdb7091d712b9aa6912e5e87b94b9e551b361c3..23005e20f97af1884aa55da7a54b20fbc58f23bc 100644
(file)
--- 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 addre
ee
[r2] */
+ cmp r0, r2 /* until source end addre
ss
[r2] */
ble copy_loop
#endif /* !CONFIG_SKIP_RELOCATE_UBOOT */