From: Heiko Stuebner Date: Thu, 15 May 2014 21:59:18 +0000 (+0900) Subject: ARM: compressed/head.S: remove s3c24xx special case X-Git-Tag: next-20140519~105^2~3^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=401858c109ed01ad34f0ec0922e19d5112751c5e;p=karo-tx-linux.git 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 Signed-off-by: Kukjin Kim --- 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