aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-05-16 09:29:40 +0100
committerJon Medhurst <tixy@linaro.org>2013-06-05 18:35:28 +0100
commitbc3ea4a1aa2e2e15ce54597359d2f055e49be411 (patch)
treee74f2110baf000b95665c5afb4fcb5867ffab0ab
parent1d1b9185583e5922a624e91c63eb1c3352fa53fc (diff)
ARM: bL_switcher: Make switcher disabled by default
Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/common/bL_switcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/bL_switcher.c b/arch/arm/common/bL_switcher.c
index 4204cd5dfd8..be46c594f95 100644
--- a/arch/arm/common/bL_switcher.c
+++ b/arch/arm/common/bL_switcher.c
@@ -794,7 +794,7 @@ static int bL_switcher_hotplug_callback(struct notifier_block *nfb,
static struct notifier_block bL_switcher_hotplug_notifier =
{ &bL_switcher_hotplug_callback, NULL, 0 };
-static bool no_bL_switcher;
+static bool no_bL_switcher = true;
core_param(no_bL_switcher, no_bL_switcher, bool, 0644);
static int __init bL_switcher_init(void)