diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-04-12 22:28:12 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-13 09:13:24 +0200 |
commit | a4145534851bf74619cb373a942613a74547bb82 (patch) | |
tree | 653ca8e04cad5da1eecac601b77f1f9b9cfd5fc5 /board/freescale/m5253demo | |
parent | 84ad688473bec2875e171b71040eb9e033c6c206 (diff) |
m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/freescale/m5253demo')
-rw-r--r-- | board/freescale/m5253demo/u-boot.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/m5253demo/u-boot.lds b/board/freescale/m5253demo/u-boot.lds index 455e9b8fdd7..4f8bb20d454 100644 --- a/board/freescale/m5253demo/u-boot.lds +++ b/board/freescale/m5253demo/u-boot.lds @@ -55,9 +55,9 @@ 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) arch/m68k/lib/traps.o (.text) - cpu/mcf52x2/interrupts.o (.text) + arch/m68k/cpu/mcf52x2/interrupts.o (.text) common/dlmalloc.o (.text) lib/zlib.o (.text) |