ARM: trigger non-secure state switch during bootm execution
authorAndre Przywara <andre.przywara@linaro.org>
Thu, 19 Sep 2013 16:06:43 +0000 (18:06 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 3 Oct 2013 19:28:46 +0000 (21:28 +0200)
commitbb975455650b1f36681de31a93ffe54952ed3a6b
treec3fa9698a0cf9246d22f301d4e49616e53a051c6
parent1ef923851ab8ffcc4265fd991815b88d9c1f12d7
ARM: trigger non-secure state switch during bootm execution

To actually trigger the non-secure switch we just implemented, call
the switching routine from within the bootm command implementation.
This way we automatically enable this feature without further user
intervention.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
arch/arm/lib/bootm.c