X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fflagadm%2Fu-boot.lds.debug;h=c7711028ad249f06b8fc1f77ac6ae2a2187331b0;hb=f179cc648930305ed5476e3fe1b99f0baa899475;hp=e62f6be5aa58cc5829707ffd9625868e95f33540;hpb=8d1f268204b07e172f3cb5cee0a3974d605b0b98;p=u-boot diff --git a/board/flagadm/u-boot.lds.debug b/board/flagadm/u-boot.lds.debug index e62f6be5aa..c7711028ad 100644 --- a/board/flagadm/u-boot.lds.debug +++ b/board/flagadm/u-boot.lds.debug @@ -55,7 +55,7 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - arch/ppc/cpu/mpc8xx/start.o (.text) + arch/powerpc/cpu/mpc8xx/start.o (.text) common/dlmalloc.o (.text) lib/vsprintf.o (.text) lib/crc32.o (.text) @@ -130,6 +130,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }