summaryrefslogtreecommitdiffstats
path: root/board/pb1x00/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/pb1x00/u-boot.lds')
-rw-r--r--board/pb1x00/u-boot.lds14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/pb1x00/u-boot.lds b/board/pb1x00/u-boot.lds
index a2d19a84c9..363d974c48 100644
--- a/board/pb1x00/u-boot.lds
+++ b/board/pb1x00/u-boot.lds
@@ -43,14 +43,14 @@ SECTIONS
. = ALIGN(4);
.data : { *(.data) }
- . = ALIGN(4);
- .sdata : { *(.sdata) }
+ . = .;
+ _gp = ALIGN(16) + 0x7ff0;
- _gp = ALIGN(16);
-
- __got_start = .;
- .got : { *(.got) }
- __got_end = .;
+ .got : {
+ __got_start = .;
+ *(.got)
+ __got_end = .;
+ }
.sdata : { *(.sdata) }
OpenPOWER on IntegriCloud