X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ficu862%2Fu-boot.lds.debug;h=91d3e67e82bb567cd327834c1d34cc76c7d423a0;hb=fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3;hp=282738bd59eb4570523a734335e181d149a8c5f4;hpb=78acc472d9719316f22e002a009a998d9ceec29d;p=u-boot diff --git a/board/icu862/u-boot.lds.debug b/board/icu862/u-boot.lds.debug index 282738bd59..91d3e67e82 100644 --- a/board/icu862/u-boot.lds.debug +++ b/board/icu862/u-boot.lds.debug @@ -55,11 +55,11 @@ 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/vsprintf.o (.text) lib/crc32.o (.text) - arch/ppc/lib/extable.o (.text) + arch/powerpc/lib/extable.o (.text) . = env_offset; common/env_embedded.o(.text) @@ -131,6 +131,6 @@ SECTIONS *(.bss) *(COMMON) } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }