diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-09-17 05:21:29 +0200 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-09-18 12:13:13 -0400 |
commit | 1a81b94d4fc8470848eb80e39a6001c48cc3fc29 (patch) | |
tree | 955c40124f55f26605f19e01ad2ecf39a5ee1e9a /arch | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) | |
download | linux-exynos-1a81b94d4fc8470848eb80e39a6001c48cc3fc29.tar.gz linux-exynos-1a81b94d4fc8470848eb80e39a6001c48cc3fc29.tar.bz2 linux-exynos-1a81b94d4fc8470848eb80e39a6001c48cc3fc29.zip |
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 <michael.opdenacker@free-electrons.com>
Acked by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/c6x/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index 957dd00ea561..b4f77258cacc 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 |