summaryrefslogtreecommitdiff
path: root/bsp/env/coreplexip-e31-arty
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-06-09 23:20:22 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-06-09 23:23:42 -0700
commit323592969d8d60a5c262aba34c2d75980208dab8 (patch)
treeff3a10b9a6980b7db1710b1196e908174467d58b /bsp/env/coreplexip-e31-arty
parent48548288b65e542d456071e3044c6a86add2eddf (diff)
Use the correct global pointer symbol
Diffstat (limited to 'bsp/env/coreplexip-e31-arty')
-rw-r--r--bsp/env/coreplexip-e31-arty/link.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/coreplexip-e31-arty/link.lds b/bsp/env/coreplexip-e31-arty/link.lds
index 739bc48..2570333 100644
--- a/bsp/env/coreplexip-e31-arty/link.lds
+++ b/bsp/env/coreplexip-e31-arty/link.lds
@@ -124,7 +124,7 @@ SECTIONS
.sdata :
{
- PROVIDE( _gp = . + 0x800 );
+ PROVIDE( __global_pointer$ = . + 0x800 );
*(.sdata .sdata.*)
*(.gnu.linkonce.s.*)
} >ram AT>flash :ram_init