X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fprodrive%2Fp3mx%2Fu-boot.lds;h=29dcc0910051a98f2e2d119f291317fddf1ea8d7;hb=4324dc72df5879e5b614c4a3f326884723ede9b7;hp=632921ae5397f56f9f1470cf09cd797abe02c803;hpb=f62fb99941c625605aa16a0097b396a5c16d2c88;p=u-boot diff --git a/board/prodrive/p3mx/u-boot.lds b/board/prodrive/p3mx/u-boot.lds index 632921ae53..29dcc09100 100644 --- a/board/prodrive/p3mx/u-boot.lds +++ b/board/prodrive/p3mx/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 = .;