commit | a2b56476bb341148b508d38550435af4176a25e4 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Fri Mar 26 00:34:17 2021 -0500 |
committer | Nishanth Menon <nm@ti.com> | Fri Mar 26 02:25:44 2021 -0500 |
tree | c475f3427536a8675f0d22d22501d2f3c7d0b6d3 | |
parent | c9f887d8b4327491ecb30cf3a6a293894a69c8e8 [diff] |
plat: ti: k3: common: bl31_setup: Use BL31_SIZE instead of computing We compute BL31_END - BL31_START on the fly, which is basically BL31_SIZE. Lets just use the BL31_SIZE directly so that we dont complicate PIE relocations when actual address is +ve and -ve offsets relative to link address. Signed-off-by: Nishanth Menon <nm@ti.com> Change-Id: I5e14906381d2d059163800d39798eb39c42da4ec