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>
Wed, 19 Jun 2013 20:54:23 +0000 (16:54 -0400)
commit345909633144390112598ed9a8ba05ef76c6c0f9
treef610a71b3b287aefc9226cd600a4acfa9bc06aa5
parent9b7beeac2a8f6f2629625e0766dbbd8582e43bd7
ARM: bL_switcher: add kernel cmdline param to disable the switcher on boot

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>
arch/arm/common/bL_switcher.c