This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / boot / compressed / head.S
index d54b4f6..c7e5439 100644 (file)
                .macro  writeb, rb
                str     \rb, [r3, #0x14]        @ UTDR
                .endm
+#elif defined(CONFIG_ARCH_IXP4XX)
+               .macro  loadsp, rb
+               mov     \rb, #0xc8000000
+               .endm
+               .macro  writeb, rb
+               str     \rb, [r3, #0]
 #elif defined(CONFIG_ARCH_LH7A40X)
                .macro  loadsp, rb
                ldr     \rb, =0x80000700        @ UART2 UARTBASE
@@ -176,7 +182,7 @@ not_angel:
                ldmia   r0, {r1, r2, r3, r4, r5, r6, ip, sp}
                subs    r0, r0, r1              @ calculate the delta offset
 
-                                               @ if delta is zero, we're
+                                               @ if delta is zero, we are
                beq     not_relocated           @ running at the address we
                                                @ were linked at.