X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fnetta2%2Fu-boot.lds.debug;h=a001f3fd878f5747de0d378b9d3158c2ee5b6c52;hb=17f5f1e23fd108d698242ea1bc6c681dc03df73b;hp=5bf1a66286b62d9fd5bc1da18b02e91dc41c245d;hpb=9d2459f3532c009bb903b02b57079a3862420a5f;p=u-boot diff --git a/board/netta2/u-boot.lds.debug b/board/netta2/u-boot.lds.debug index 5bf1a66286..a001f3fd87 100644 --- a/board/netta2/u-boot.lds.debug +++ b/board/netta2/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 = .; @@ -131,6 +130,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }