commit | 98ffbb78e12646a1d06236ad6a1893217f255aae | [log] [tgz] |
---|---|---|
author | Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> | Fri Mar 15 12:18:41 2019 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 18:13:24 2019 -0400 |
tree | 87b0dbfe41ca3cddac870718d879d989f5e22418 | |
parent | aa2e9c9e80916218c6e6036a848374c4ae4fdc87 [diff] |
arm: arm64 32bit address relocation Current relocation code is limited to 21bit PC-relative addressing which might not be enough for bigger code sizes. The following patch increases the addressing to 32bit PC-relative. This feature is specially interesting if U-Boot is build without optimiation (-O0) as the text section is increased significativelly. Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com>