diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-09-18 18:23:38 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:48 -0400 |
commit | d7d214e974b94e8332d1f6c16f6f19b661dfa855 (patch) | |
tree | 9ec5a6d4885b3855008779170fe9ca35dfaabc1b /arch/arm/boot/compressed/head.S | |
parent | 72edd84a6b2db1a21d1ed07929cae560e276a0a6 (diff) |
[ARM] 3828/1: iop3xx: remove useless loadsp macro
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>
Diffstat (limited to 'arch/arm/boot/compressed/head.S')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index d7ecc7ece82d..987c44160496 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -42,12 +42,6 @@ | |||
42 | add \rb, \rb, #0x00010000 @ Ser1 | 42 | add \rb, \rb, #0x00010000 @ Ser1 |
43 | #endif | 43 | #endif |
44 | .endm | 44 | .endm |
45 | #elif defined(CONFIG_ARCH_IOP33X) | ||
46 | .macro loadsp, rb | ||
47 | mov \rb, #0xff000000 | ||
48 | orr \rb, \rb, #0x00ff0000 | ||
49 | orr \rb, \rb, #0x0000f700 @ location of the UART | ||
50 | .endm | ||
51 | #elif defined(CONFIG_ARCH_S3C2410) | 45 | #elif defined(CONFIG_ARCH_S3C2410) |
52 | .macro loadsp, rb | 46 | .macro loadsp, rb |
53 | mov \rb, #0x50000000 | 47 | mov \rb, #0x50000000 |