X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fmousse%2Fu-boot.lds.rom;h=4f42b329d835a0c6af8c874ed7ea8d57a4416be4;hb=5f4d36825a028e300b7d56a566d2cf84418b7a68;hp=3ba7c3c9a4759a919e18e8f2a2e4fc785a624b31;hpb=9d2459f3532c009bb903b02b57079a3862420a5f;p=u-boot diff --git a/board/mousse/u-boot.lds.rom b/board/mousse/u-boot.lds.rom index 3ba7c3c9a4..4f42b329d8 100644 --- a/board/mousse/u-boot.lds.rom +++ b/board/mousse/u-boot.lds.rom @@ -52,19 +52,18 @@ SECTIONS .plt : { *(.plt) } .text : { - cpu/mpc824x/start.o (.text) + arch/powerpc/cpu/mpc824x/start.o (.text) common/board.o (.text) - lib_ppc/ppcstring.o (.text) - lib_generic/vsprintf.o (.text) - lib_generic/crc32.o (.text) - lib_generic/zlib.o (.text) + arch/powerpc/lib/ppcstring.o (.text) + lib/vsprintf.o (.text) + lib/crc32.o (.text) + lib/zlib.o (.text) . = env_offset; - common/environment.o (.text) + common/env_embedded.o (.text) *(.text) - *(.fixup) *(.got1) . = ALIGN(16); *(.rodata)