summaryrefslogtreecommitdiffstats
path: root/board/incaip
diff options
context:
space:
mode:
Diffstat (limited to 'board/incaip')
-rw-r--r--board/incaip/u-boot.lds8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/incaip/u-boot.lds b/board/incaip/u-boot.lds
index 75a3af64b9..9c71ef7e4b 100644
--- a/board/incaip/u-boot.lds
+++ b/board/incaip/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) }
OpenPOWER on IntegriCloud