ARM: bL_switcher: add kernel cmdline param to disable the switcher on boot
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 22 Nov 2012 18:33:35 +0000 (13:33 -0500)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 30 Jul 2013 13:02:18 +0000 (09:02 -0400)
By adding no_bL_switcher to the kernel cmdline string, the switcher
won't be activated automatically at boot time.  It is still possible
to activate it later with:

echo 1 > /sys/kernel/bL_switcher/active

Signed-off-by: Nicolas Pitre <nico@linaro.org>

No differences found