X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fgenietv%2Fu-boot.lds.debug;h=cfa4ef3f875ca7e683e309fd4e329d698247df17;hb=c04bf5e9a45d7335681352faa125193258f8e976;hp=9bb2c58f7229d25aa8de1061204529781f6335e4;hpb=ea0364f1bbfed1e3ea711147420875cf338fe77a;p=u-boot diff --git a/board/genietv/u-boot.lds.debug b/board/genietv/u-boot.lds.debug index 9bb2c58f72..cfa4ef3f87 100644 --- a/board/genietv/u-boot.lds.debug +++ b/board/genietv/u-boot.lds.debug @@ -55,12 +55,12 @@ 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) - arch/ppc/lib/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/env_embedded.o(.text) @@ -136,6 +136,6 @@ SECTIONS { common/env_embedded.o (.ppcenv) } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }