summaryrefslogtreecommitdiffstats
path: root/board/freescale/m548xevb/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m548xevb/u-boot.lds')
-rw-r--r--board/freescale/m548xevb/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/m548xevb/u-boot.lds b/board/freescale/m548xevb/u-boot.lds
index a3014bd104..5f28a10baa 100644
--- a/board/freescale/m548xevb/u-boot.lds
+++ b/board/freescale/m548xevb/u-boot.lds
@@ -56,8 +56,8 @@ SECTIONS
/* the sector layout of our flash chips! XXX FIXME XXX */
cpu/mcf547x_8x/start.o (.text)
- lib_m68k/traps.o (.text)
- lib_m68k/interrupts.o (.text)
+ arch/m68k/lib/traps.o (.text)
+ arch/m68k/lib/interrupts.o (.text)
common/dlmalloc.o (.text)
. = DEFINED(env_offset) ? env_offset : .;
OpenPOWER on IntegriCloud