commit | bb975455650b1f36681de31a93ffe54952ed3a6b | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@linaro.org> | Thu Sep 19 18:06:43 2013 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 03 21:28:46 2013 +0200 |
tree | c3fa9698a0cf9246d22f301d4e49616e53a051c6 | |
parent | 1ef923851ab8ffcc4265fd991815b88d9c1f12d7 [diff] |
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>