This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / boot / compressed / head.S
index c0e7aff..f560cbf 100644 (file)
                .macro  writeb, rb
                str     \rb, [r3, #0]
                .endm
-#elif defined(CONFIG_ARCH_S3C2410)
-                       .macro loadsp, rb
-               mov     \rb, #0x50000000
-               add     \rb, \rb, #0x4000 * CONFIG_S3C2410_LOWLEVEL_UART_PORT
-               .endm
-               .macro  writeb, rb
-               strb    \rb, [r3, #0x20]
-               .endm
 #else
 #error no serial architecture defined
 #endif