
24 Apr
2019
24 Apr
'19
3:23 p.m.
On Fri, Mar 15, 2019 at 12:18:41PM +0000, Ibai Erkiaga wrote:
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
Applied to u-boot/master, thanks!
--
Tom