Re: [PATCH] c6x: remove unused parameter in Kconfig

2013-07-08 Thread Mark Salter
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 > --- Acked by: Mark Salte

[PATCH] c6x: remove unused parameter in Kconfig

2013-07-07 Thread 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 --- arch/c6x/Kconfig | 4 1 file changed, 4 deletions(-) diff --git a/arch/c6x/Kconfig b/ar