X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fatum8548%2Fu-boot.lds;h=46c45d771165adf47113d649b14c292433192247;hb=d7854223c5c85b5849fbf422cc8ac0efef461c37;hp=3f04cae3deb3270345ba5f8fe69042654f195b2d;hpb=40dcd6aa75ef95b490f342695f970910b82e392e;p=u-boot diff --git a/board/atum8548/u-boot.lds b/board/atum8548/u-boot.lds index 3f04cae3de..46c45d7711 100644 --- a/board/atum8548/u-boot.lds +++ b/board/atum8548/u-boot.lds @@ -21,7 +21,6 @@ */ OUTPUT_ARCH(powerpc) -SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); /* Do we need any of these for elf? __DYNAMIC = 0; */ SECTIONS @@ -43,11 +42,11 @@ SECTIONS .dynsym : { *(.dynsym) } .dynstr : { *(.dynstr) } .rel.text : { *(.rel.text) } - .rela.text : { *(.rela.text) } + .rela.text : { *(.rela.text) } .rel.data : { *(.rel.data) } - .rela.data : { *(.rela.data) } - .rel.rodata : { *(.rel.rodata) } - .rela.rodata : { *(.rela.rodata) } + .rela.data : { *(.rela.data) } + .rel.rodata : { *(.rel.rodata) } + .rela.rodata : { *(.rela.rodata) } .rel.got : { *(.rel.got) } .rela.got : { *(.rela.got) } .rel.ctors : { *(.rel.ctors) }