X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fesd%2Fcpci750%2Fu-boot.lds;h=29dcc0910051a98f2e2d119f291317fddf1ea8d7;hb=a47a12becf66f02a56da91c161e2edb625e9f20c;hp=b6b37ef34f02117a69ee640faa954d898a2b5a07;hpb=508eb85db7065e34948c189c83f7e348c1cfd61e;p=karo-tx-uboot.git diff --git a/board/esd/cpci750/u-boot.lds b/board/esd/cpci750/u-boot.lds index b6b37ef34f..29dcc09100 100644 --- a/board/esd/cpci750/u-boot.lds +++ b/board/esd/cpci750/u-boot.lds @@ -56,24 +56,21 @@ SECTIONS .plt : { *(.plt) } .text : { - cpu/74xx_7xx/start.o (.text) + arch/powerpc/cpu/74xx_7xx/start.o (.text) /* store the environment in a seperate sector in the boot flash */ /* . = env_offset; */ /* 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) } @@ -131,6 +128,7 @@ SECTIONS *(.dynbss) *(.bss) *(COMMON) + . = ALIGN(4); } _end = . ; PROVIDE (end = .);