diff options
Diffstat (limited to 'board/pb1x00/u-boot.lds')
-rw-r--r-- | board/pb1x00/u-boot.lds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/pb1x00/u-boot.lds b/board/pb1x00/u-boot.lds index 7329e6aaa0..363d974c48 100644 --- a/board/pb1x00/u-boot.lds +++ b/board/pb1x00/u-boot.lds @@ -43,7 +43,8 @@ SECTIONS . = ALIGN(4); .data : { *(.data) } - _gp = ALIGN(16); + . = .; + _gp = ALIGN(16) + 0x7ff0; .got : { __got_start = .; |