diff options
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 14a9ff9c68df..d7ecc7ece82d 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -42,7 +42,7 @@ | |||
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_IOP331) | 45 | #elif defined(CONFIG_ARCH_IOP33X) |
46 | .macro loadsp, rb | 46 | .macro loadsp, rb |
47 | mov \rb, #0xff000000 | 47 | mov \rb, #0xff000000 |
48 | orr \rb, \rb, #0x00ff0000 | 48 | orr \rb, \rb, #0x00ff0000 |