2013-07-08 05:10:11

by Michael Opdenacker

[permalink] [raw]
Subject: [PATCH] c6x: remove unused parameter in Kconfig

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 <[email protected]>
---
arch/c6x/Kconfig | 4 ----
1 file changed, 4 deletions(-)

diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig
index f6a3648..7d10256 100644
--- a/arch/c6x/Kconfig
+++ b/arch/c6x/Kconfig
@@ -106,10 +106,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


2013-07-08 13:40:29

by Mark Salter

[permalink] [raw]
Subject: Re: [PATCH] c6x: remove unused parameter in Kconfig

On Mon, 2013-07-08 at 07:09 +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 <[email protected]>
> ---

Acked by: Mark Salter <[email protected]>