X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fppmc7xx%2Fu-boot.lds;h=604d0d305d2ab29df4859d894024504bf89952e8;hp=b0da216a5cac59b09668e0f47140090a1fe4efa2;hb=d3b0d628b08ab999a99c4ee30eaac1406a5d7056;hpb=8206bfae3ab7f99965136384360ba2de0c6f4c3b diff --git a/board/ppmc7xx/u-boot.lds b/board/ppmc7xx/u-boot.lds index b0da216a5c..604d0d305d 100644 --- a/board/ppmc7xx/u-boot.lds +++ b/board/ppmc7xx/u-boot.lds @@ -56,14 +56,13 @@ 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 = .;