Merge "Tegra: common: fixup the bl31 code size to be copied at reset" into integration

This commit is contained in:
Madhukar Pappireddy 2020-09-02 15:50:12 +00:00 committed by TrustedFirmware Code Review
commit d5794b0e42
1 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ func plat_reset_handler
*/
mov x0, x17
mov x1, x18
mov x2, #BL31_SIZE
adr x2, __RELA_END__
sub x2, x2, x18
_loop16:
cmp x2, #16
b.lo _loop1