summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
diff options
context:
space:
mode:
authorHeiko Stuebner2014-05-15 23:59:18 +0200
committerKukjin Kim2014-05-25 21:05:00 +0200
commit46f34abc750c66fdb4daa9a8bc9d7f955e95eb9c (patch)
tree003ef438263dad3cc1832f4f207263a303dc59dd /arch/arm/boot/compressed
parentARM: EXYNOS: Remove unnecessary inclusion of cpu.h (diff)
downloadkernel-qcow2-linux-46f34abc750c66fdb4daa9a8bc9d7f955e95eb9c.tar.gz
kernel-qcow2-linux-46f34abc750c66fdb4daa9a8bc9d7f955e95eb9c.tar.xz
kernel-qcow2-linux-46f34abc750c66fdb4daa9a8bc9d7f955e95eb9c.zip
ARM: compressed/head.S: remove s3c24xx special case
addruart from the generic debug macro is doing exactly the same using the common lowlevel uart definition, so there is no cause for this special casing for s3c24xx. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/compressed')
-rw-r--r--arch/arm/boot/compressed/head.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S
index 066b03480b63..3a8b32df6b31 100644
--- a/arch/arm/boot/compressed/head.S
+++ b/arch/arm/boot/compressed/head.S
@@ -60,11 +60,6 @@
add \rb, \rb, #0x00010000 @ Ser1
#endif
.endm
-#elif defined(CONFIG_ARCH_S3C24XX)
- .macro loadsp, rb, tmp
- mov \rb, #0x50000000
- add \rb, \rb, #0x4000 * CONFIG_S3C_LOWLEVEL_UART_PORT
- .endm
#else
.macro loadsp, rb, tmp
addruart \rb, \tmp