X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Faltera%2Fep1s40%2Fu-boot.lds;h=b909e94f8fcfa48a532ae1cf69aed7d33c16e1f8;hb=6a8a2b7058a398fe207021259cb2c529fb225eff;hp=b99b82c826cf0062b4e3f2775123d1a229ecf46b;hpb=0e0ef590b263927a62d399dce0cf1b7aa8dee42e;p=u-boot diff --git a/board/altera/ep1s40/u-boot.lds b/board/altera/ep1s40/u-boot.lds index b99b82c826..b909e94f8f 100644 --- a/board/altera/ep1s40/u-boot.lds +++ b/board/altera/ep1s40/u-boot.lds @@ -30,12 +30,11 @@ SECTIONS { .text : { - cpu/nios2/start.o (.text) + arch/nios/cpu2/start.o (.text) *(.text) *(.text.*) *(.gnu.linkonce.t*) - *(.rodata) - *(.rodata.*) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) *(.gnu.linkonce.r*) } . = ALIGN (4); @@ -87,7 +86,7 @@ SECTIONS * bss follows. We keep it adjacent to simplify init code. */ __bss_start = .; - .sbss : + .sbss (NOLOAD) : { *(.sbss) *(.sbss.*) @@ -95,7 +94,7 @@ SECTIONS *(.scommon) } . = ALIGN(4); - .bss : + .bss (NOLOAD) : { *(.bss) *(.bss.*)