X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2FRPXlite%2Fu-boot.lds.debug;h=99c48f28d4e491353d27be03e86bb909edea9614;hb=e877fabeb93135c68c6f00f8e0de982dd799620b;hp=a2d940f048973194841651ef288ee90b4a77db46;hpb=0bf7de838096e804f0cece8f2d94905477381b6e;p=oweals%2Fu-boot.git diff --git a/board/RPXlite/u-boot.lds.debug b/board/RPXlite/u-boot.lds.debug index a2d940f048..99c48f28d4 100644 --- a/board/RPXlite/u-boot.lds.debug +++ b/board/RPXlite/u-boot.lds.debug @@ -55,10 +55,10 @@ 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/env_embedded.o(.text) @@ -130,6 +130,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }