commit | fe7d925209faa37b90f48177ebf6ecea0680c5a0 | [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 | ad5ad7427e73973b62c2f9a4025c395863a52d4e [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>