commit | decc771ceaf8d2da9c06c75f63b1c66ec8e93d65 | [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 | d44ad5ac5988a32cfcc9a5137a579e2538dce59a [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>