summaryrefslogtreecommitdiff
path: root/board/gth2
diff options
context:
space:
mode:
Diffstat (limited to 'board/gth2')
-rw-r--r--board/gth2/u-boot.lds8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/gth2/u-boot.lds b/board/gth2/u-boot.lds
index 69c8c9d51..0ab42db1b 100644
--- a/board/gth2/u-boot.lds
+++ b/board/gth2/u-boot.lds
@@ -45,9 +45,11 @@ SECTIONS
_gp = ALIGN(16);
- __got_start = .;
- .got : { *(.got) }
- __got_end = .;
+ .got : {
+ __got_start = .;
+ *(.got)
+ __got_end = .;
+ }
.sdata : { *(.sdata) }