Răsfoiți Sursa

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>
Heiko Stuebner 11 ani în urmă
părinte
comite
46f34abc75
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  1. 0 5
      arch/arm/boot/compressed/head.S

+ 0 - 5
arch/arm/boot/compressed/head.S

@@ -60,11 +60,6 @@
 		add	\rb, \rb, #0x00010000	@ Ser1
 		add	\rb, \rb, #0x00010000	@ Ser1
 #endif
 #endif
 		.endm
 		.endm
-#elif defined(CONFIG_ARCH_S3C24XX)
-		.macro loadsp, rb, tmp
-		mov	\rb, #0x50000000
-		add	\rb, \rb, #0x4000 * CONFIG_S3C_LOWLEVEL_UART_PORT
-		.endm
 #else
 #else
 		.macro	loadsp,	rb, tmp
 		.macro	loadsp,	rb, tmp
 		addruart \rb, \tmp
 		addruart \rb, \tmp