]> git.sur5r.net Git - u-boot/blobdiff - arch/nios2/cpu/start.S
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / arch / nios2 / cpu / start.S
index d1016ea718370edf951299759895614b8af43854..76d3b521547f1d8c793514ea38ea52018dbf9697 100644 (file)
@@ -113,13 +113,6 @@ _cur:      movhi   r5, %hi(_cur - _start)
         bne    r5, r6, 4b
 5:
 
-       /* GLOBAL POINTER -- the global pointer is used to reference
-        * "small data" (see -G switch). The linker script must
-        * provide the gp address.
-        */
-        movhi  gp, %hi(_gp)
-        ori    gp, gp, %lo(_gp)
-
        /* JUMP TO RELOC ADDR */
        movhi   r4, %hi(_reloc)
        ori     r4, r4, %lo(_reloc)