diff options
Diffstat (limited to 'board/BuS/EB+MCF-EV123/u-boot.lds')
-rw-r--r-- | board/BuS/EB+MCF-EV123/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuS/EB+MCF-EV123/u-boot.lds b/board/BuS/EB+MCF-EV123/u-boot.lds index b05eacf1aca..0fa633a1fe8 100644 --- a/board/BuS/EB+MCF-EV123/u-boot.lds +++ b/board/BuS/EB+MCF-EV123/u-boot.lds @@ -55,7 +55,7 @@ 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) + arch/m68k/cpu/mcf52x2/start.o (.text) common/dlmalloc.o (.text) lib/string.o (.text) lib/vsprintf.o (.text) |