diff options
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/tasreg/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/tasreg/u-boot.lds b/board/esd/tasreg/u-boot.lds index e3230b9f20..54e0169533 100644 --- a/board/esd/tasreg/u-boot.lds +++ b/board/esd/tasreg/u-boot.lds @@ -56,7 +56,7 @@ SECTIONS /* the sector layout of our flash chips! XXX FIXME XXX */ cpu/mcf52x2/start.o (.text) - lib_m68k/traps.o (.text) + arch/m68k/lib/traps.o (.text) cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) lib_generic/zlib.o (.text) |