X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fidmr%2Fu-boot.lds;h=e16a2662b65952f63f696a81c44464fc9c5398fb;hb=e21669fd70bb7dd679033a3ea98bce2ca2a4b8f4;hp=00c1f2a52e09ec1f4ed1cbd3dcfb2e62499459de;hpb=f62fb99941c625605aa16a0097b396a5c16d2c88;p=u-boot diff --git a/board/idmr/u-boot.lds b/board/idmr/u-boot.lds index 00c1f2a52e..e16a2662b6 100644 --- a/board/idmr/u-boot.lds +++ b/board/idmr/u-boot.lds @@ -24,7 +24,7 @@ OUTPUT_ARCH(m68k) /* Do we need any of these for elf? __DYNAMIC = 0; */ -GROUP(libgcc.a) +GROUP(libgcc.o) SECTIONS { /* Read-only sections, merged into text segment: */ @@ -56,11 +56,11 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) - cpu/mcf52x2/interrupts.o (.text) + arch/m68k/cpu/mcf52x2/start.o (.text) + arch/m68k/lib/traps.o (.text) + arch/m68k/cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) - lib_generic/zlib.o (.text) + lib/zlib.o (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.ppcenv) @@ -138,6 +138,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }