• anzhou's avatar
    Tegra: common: fixup the bl31 code size to be copied at reset · a565d16c
    anzhou authored
    
    
    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: default avataranzhou <anzhou@nvidia.com>
    Change-Id: Ie3a48dd54cda1dc152204903d609da3117a0ced9
    a565d16c
tegra_helpers.S 11.3 KB