projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72edd84
)
[ARM] 3828/1: iop3xx: remove useless loadsp macro
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Mon, 18 Sep 2006 22:23:38 +0000
(23:23 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 25 Sep 2006 09:25:48 +0000
(10:25 +0100)
The iop33x loadsp hunk in arch/arm/boot/compressed/head.S serves
no purpose -- remove it.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/head.S
patch
|
blob
|
history
diff --git
a/arch/arm/boot/compressed/head.S
b/arch/arm/boot/compressed/head.S
index d7ecc7ece82deb4f070bd2d2aecb595aa9176c81..987c44160496fb72d0b90aa6d3d0c0d858989a87 100644
(file)
--- a/
arch/arm/boot/compressed/head.S
+++ b/
arch/arm/boot/compressed/head.S
@@
-42,12
+42,6
@@
add \rb, \rb, #0x00010000 @ Ser1
#endif
.endm
-#elif defined(CONFIG_ARCH_IOP33X)
- .macro loadsp, rb
- mov \rb, #0xff000000
- orr \rb, \rb, #0x00ff0000
- orr \rb, \rb, #0x0000f700 @ location of the UART
- .endm
#elif defined(CONFIG_ARCH_S3C2410)
.macro loadsp, rb
mov \rb, #0x50000000