X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fnios2%2Fcpu%2Fstart.S;h=76d3b521547f1d8c793514ea38ea52018dbf9697;hb=399b09331f313d57b16b583f453387231d217f15;hp=d1016ea718370edf951299759895614b8af43854;hpb=c303176aa0cf8c5fc38e7c2d5e181e89cca72ef6;p=u-boot diff --git a/arch/nios2/cpu/start.S b/arch/nios2/cpu/start.S index d1016ea718..76d3b52154 100644 --- a/arch/nios2/cpu/start.S +++ b/arch/nios2/cpu/start.S @@ -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)