Commit d5794b0e authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

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

parents 675e3f75 a565d16c
...@@ -215,7 +215,8 @@ func plat_reset_handler ...@@ -215,7 +215,8 @@ func plat_reset_handler
*/ */
mov x0, x17 mov x0, x17
mov x1, x18 mov x1, x18
mov x2, #BL31_SIZE adr x2, __RELA_END__
sub x2, x2, x18
_loop16: _loop16:
cmp x2, #16 cmp x2, #16
b.lo _loop1 b.lo _loop1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment