X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Flantec%2Fu-boot.lds.debug;h=deea7e29fc1cc296cace670448b02e08b3c1040f;hb=39ddd10b046fb791f47281ffb2100be01909ad72;hp=7dc4408c67456b0b0fa307647a639273e02dbb85;hpb=42fd5f87b1613d3039f57e93c16f760a768d3e84;p=u-boot diff --git a/board/lantec/u-boot.lds.debug b/board/lantec/u-boot.lds.debug index 7dc4408c67..deea7e29fc 100644 --- a/board/lantec/u-boot.lds.debug +++ b/board/lantec/u-boot.lds.debug @@ -55,16 +55,15 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - cpu/mpc8xx/start.o (.text) + arch/powerpc/cpu/mpc8xx/start.o (.text) common/dlmalloc.o (.text) - lib_generic/vsprintf.o (.text) - lib_generic/crc32.o (.text) + lib/vsprintf.o (.text) + lib/crc32.o (.text) . = env_offset; - common/environment.o(.text) + common/env_embedded.o(.text) *(.text) - *(.fixup) *(.got1) } _etext = .;