public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: remove check for CONFIG_DEBUG_LL_SER3
@ 2014-05-14  8:12 Paul Bolle
  2014-05-14 10:28 ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Bolle @ 2014-05-14  8:12 UTC (permalink / raw)
  To: linux-arm-kernel

A check for CONFIG_DEBUG_LL_SER3 was added in v2.5.43. But the related
symbol DEBUG_LL_SER3 was already removed in v2.5.8. This check has
always evaluated to false. Remove it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested.

 arch/arm/boot/compressed/head.S | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S
index 066b03480b63..c16e8bf31e0b 100644
--- a/arch/arm/boot/compressed/head.S
+++ b/arch/arm/boot/compressed/head.S
@@ -54,11 +54,7 @@
 #if defined(CONFIG_ARCH_SA1100)
 		.macro	loadsp, rb, tmp
 		mov	\rb, #0x80000000	@ physical base address
-#ifdef CONFIG_DEBUG_LL_SER3
-		add	\rb, \rb, #0x00050000	@ Ser3
-#else
 		add	\rb, \rb, #0x00010000	@ Ser1
-#endif
 		.endm
 #elif defined(CONFIG_ARCH_S3C24XX)
 		.macro loadsp, rb, tmp
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] ARM: remove check for CONFIG_DEBUG_LL_SER3
@ 2022-09-28  6:42 Geert Uytterhoeven
  2022-10-04  7:44 ` Linus Walleij
  0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-09-28  6:42 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Russell King, Ard Biesheuvel, Russell King, Linus Walleij,
	Paul Bolle, linux-arm-kernel, linux-kernel, Geert Uytterhoeven

From: Paul Bolle <pebolle@tiscali.nl>

A check for CONFIG_DEBUG_LL_SER3 was added in v2.5.43. But the related
symbol DEBUG_LL_SER3 was already removed in v2.5.8. This check has
always evaluated to false. Remove it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Still valid after 8 years...
Link: https://lore.kernel.org/r/1400055127.31197.1.camel@x220
---
 arch/arm/boot/compressed/head.S | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S
index bf79f2f78d232306..9f406e9c0ea6f74b 100644
--- a/arch/arm/boot/compressed/head.S
+++ b/arch/arm/boot/compressed/head.S
@@ -67,11 +67,7 @@
 #if defined(CONFIG_ARCH_SA1100)
 		.macro	loadsp, rb, tmp1, tmp2
 		mov	\rb, #0x80000000	@ physical base address
-#ifdef CONFIG_DEBUG_LL_SER3
-		add	\rb, \rb, #0x00050000	@ Ser3
-#else
 		add	\rb, \rb, #0x00010000	@ Ser1
-#endif
 		.endm
 #else
 		.macro	loadsp,	rb, tmp1, tmp2
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-04 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14  8:12 [PATCH] ARM: remove check for CONFIG_DEBUG_LL_SER3 Paul Bolle
2014-05-14 10:28 ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2022-09-28  6:42 Geert Uytterhoeven
2022-10-04  7:44 ` Linus Walleij
2022-10-04  7:48   ` Geert Uytterhoeven
2022-10-04 18:55     ` Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox