X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fc2mon%2Fu-boot.lds.debug;h=99098bffbedfc6f93b8b1511a71665790953765f;hb=6db6c18b5074f959882bb199c850359ded54778f;hp=85072feda47ce32de1b81d1da925745e627ebf41;hpb=eddc7c46c6030d6eca29ac254c9db98198be572d;p=u-boot diff --git a/board/c2mon/u-boot.lds.debug b/board/c2mon/u-boot.lds.debug index 85072feda4..99098bffbe 100644 --- a/board/c2mon/u-boot.lds.debug +++ b/board/c2mon/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 = .;