commit | ffe925439b9934c0de9348626a4bff9a2e2e8a53 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 01 13:17:29 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 01 13:17:29 2018 +0900 |
tree | 9c490dfc2961d00ab5e6e4377363e58a97892664 | |
parent | 4f4e236ff5c935a779df23fc326ff8f8bbe27591 [diff] |
misc_helpers: fix zero_normalmem() for BL2_AT_EL3 The assertion in zero_normalmem() fails for BL2_AT_EL3. This mode is executed in EL3, so it should check sctlr_el3 instead of sctlr_el1. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>