Tegra: common: fixup the bl31 code size to be copied at reset

If the CPU doesn't run from BL31_BASE, the firmware needs to be
copied from load address to BL31_BASE during cold boot. The size
should be the actual size of the code, which is indicated by the
__RELA_END__ linker variable.

This patch updates the copy routine to use this variable as a
result.

Signed-off-by: anzhou <anzhou@nvidia.com>
Change-Id: Ie3a48dd54cda1dc152204903d609da3117a0ced9
This commit is contained in:
anzhou 2020-08-04 22:05:19 +08:00 committed by Varun Wadekar
parent c23f5e1cb9
commit a565d16cd1
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