Correction patch
[oweals/u-boot.git] / board / purple / u-boot.lds
index aa51cbf07c52960987813c6068b95fa346d3770d..e7ec012c3be5eb688dd6e3b47280ff6b3889f233 100644 (file)
@@ -53,7 +53,8 @@ SECTIONS
        . = ALIGN(4);
        .data  : { *(.data) }
 
-       _gp = ALIGN(16);
+       . = .;
+       _gp = ALIGN(16) + 0x7ff0;
 
        .got : {
          __got_start = .;