X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcobra5272%2Fu-boot.lds;h=ec0f5e9faa00ae0eff4cec47a0c3e26d90ca1b22;hb=56551362086adaee7afb08ed618ac8e46b5f53ae;hp=7e716bb09a6ed55c0833619848b6686968305c33;hpb=ee1702d75a30d076139d1841383a1fa7220a0e11;p=u-boot diff --git a/board/cobra5272/u-boot.lds b/board/cobra5272/u-boot.lds index 7e716bb09a..ec0f5e9faa 100644 --- a/board/cobra5272/u-boot.lds +++ b/board/cobra5272/u-boot.lds @@ -54,12 +54,12 @@ 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) - cpu/mcf52x2/cpu_init.o (.text) - lib_m68k/traps.o (.text) - cpu/mcf52x2/interrupts.o (.text) + arch/m68k/cpu/mcf52x2/start.o (.text) + arch/m68k/cpu/mcf52x2/cpu_init.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 (.text)