aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/files
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-12-23 18:53:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-12-23 18:53:38 +0000
commitf19b976355fbf898fe48689bfff8184fc82c8181 (patch)
tree0f4e19f9d449ba5eb4050a3dddfd8961c2403233 /target/linux/cns3xxx/files
parentdd4befa7e284a09375d7e7700b1f220be35e5b8a (diff)
downloadupstream-f19b976355fbf898fe48689bfff8184fc82c8181.tar.gz
upstream-f19b976355fbf898fe48689bfff8184fc82c8181.tar.bz2
upstream-f19b976355fbf898fe48689bfff8184fc82c8181.zip
[cns3xxx]: add nol2x0 cmdline to disable l2x0 cache
L2 cache via L2X0 cache controller available on some ARM boards can provide a performance boost in some situations but decrease performance in others. This adds a kernel cmdline to disable L2X0 for cns3xxx based boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34874 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/files')
-rw-r--r--target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
index 19bc2ededb..84a440bf18 100644
--- a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
+++ b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c
@@ -710,8 +710,6 @@ static struct gpio laguna_gpio_gw2380[] = {
*/
static void __init laguna_init(void)
{
- cns3xxx_l2x0_init();
-
platform_device_register(&laguna_watchdog);
platform_device_register(&laguna_i2c_controller);