mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-03 08:30:59 +00:00
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>