X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Feltec%2Fmhpc%2Fu-boot.lds;h=9fe9758c476ec3617250e0aee7a2001d5e504659;hb=a47a12becf66f02a56da91c161e2edb625e9f20c;hp=85117aa56e3792367794cdec1ebe07f58040b4c6;hpb=eddc7c46c6030d6eca29ac254c9db98198be572d;p=oweals%2Fu-boot.git diff --git a/board/eltec/mhpc/u-boot.lds b/board/eltec/mhpc/u-boot.lds index 85117aa56e..9fe9758c47 100644 --- a/board/eltec/mhpc/u-boot.lds +++ b/board/eltec/mhpc/u-boot.lds @@ -52,21 +52,18 @@ SECTIONS .plt : { *(.plt) } .text : { - cpu/mpc8xx/start.o (.text) - common/environment.o(.text) + arch/powerpc/cpu/mpc8xx/start.o (.text) + common/env_embedded.o(.text) *(.text) - *(.fixup) *(.got1) } _etext = .; PROVIDE (etext = .); .rodata : { - *(.rodata) - *(.rodata1) - *(.rodata.str1.4) *(.eh_frame) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -124,6 +121,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .);