mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][RESEND] c6x: remove unused parameter in Kconfig
@ 2013-09-17  3:21 Michael Opdenacker
  2013-09-18 16:17 ` Mark Salter
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Opdenacker @ 2013-09-17  3:21 UTC (permalink / raw)
  To: msalter, a-jacquiot; +Cc: linux-c6x-dev, linux-kernel, Michael Opdenacker

This patch proposes to remove the TMS320C6X_CACHES_ON kernel configuration
parameter defined in arch/c6x/Kconfig, but used nowhere
in the makefiles and source code.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Acked by: Mark Salter <msalter@redhat.com>
---
 arch/c6x/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig
index 957dd00..b4f7725 100644
--- a/arch/c6x/Kconfig
+++ b/arch/c6x/Kconfig
@@ -105,10 +105,6 @@ menu "Processor type and features"
 
 source "arch/c6x/platforms/Kconfig"
 
-config TMS320C6X_CACHES_ON
-	bool "L2 cache support"
-	default y
-
 config KERNEL_RAM_BASE_ADDRESS
 	hex "Virtual address of memory base"
 	default 0xe0000000 if SOC_TMS320C6455
-- 
1.8.1.2


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

* Re: [PATCH][RESEND] c6x: remove unused parameter in Kconfig
  2013-09-17  3:21 [PATCH][RESEND] c6x: remove unused parameter in Kconfig Michael Opdenacker
@ 2013-09-18 16:17 ` Mark Salter
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Salter @ 2013-09-18 16:17 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: a-jacquiot, linux-c6x-dev, linux-kernel

On Tue, 2013-09-17 at 05:21 +0200, Michael Opdenacker wrote:
> This patch proposes to remove the TMS320C6X_CACHES_ON kernel configuration
> parameter defined in arch/c6x/Kconfig, but used nowhere
> in the makefiles and source code.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> Acked by: Mark Salter <msalter@redhat.com>

Thanks for the reminder. I have added it to the c6x tree now.



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

end of thread, other threads:[~2013-09-18 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17  3:21 [PATCH][RESEND] c6x: remove unused parameter in Kconfig Michael Opdenacker
2013-09-18 16:17 ` Mark Salter

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

Powered by JetHome