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/m52277evb | |
parent | 84ad688473bec2875e171b71040eb9e033c6c206 (diff) | |
download | u-boot-imx-a4145534851bf74619cb373a942613a74547bb82.zip u-boot-imx-a4145534851bf74619cb373a942613a74547bb82.tar.gz u-boot-imx-a4145534851bf74619cb373a942613a74547bb82.tar.bz2 |
m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/freescale/m52277evb')
-rw-r--r-- | board/freescale/m52277evb/u-boot.spa | 4 | ||||
-rw-r--r-- | board/freescale/m52277evb/u-boot.stm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/freescale/m52277evb/u-boot.spa b/board/freescale/m52277evb/u-boot.spa index 6d916d8..4591196 100644 --- a/board/freescale/m52277evb/u-boot.spa +++ b/board/freescale/m52277evb/u-boot.spa @@ -55,8 +55,8 @@ SECTIONS /* WARNING - the following is hand-optimized to fit within */ /* the sector layout of our flash chips! XXX FIXME XXX */ - cpu/mcf5227x/start.o (.text) - cpu/mcf5227x/libmcf5227x.a (.text) + arch/m68k/cpu/mcf5227x/start.o (.text) + arch/m68k/cpu/mcf5227x/libmcf5227x.a (.text) arch/m68k/lib/libm68k.a (.text) lib/libgeneric.a (.text) common/cmd_mem.o (.text) diff --git a/board/freescale/m52277evb/u-boot.stm b/board/freescale/m52277evb/u-boot.stm index 03ff532..1ec83e9 100644 --- a/board/freescale/m52277evb/u-boot.stm +++ b/board/freescale/m52277evb/u-boot.stm @@ -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/mcf5227x/start.o (.text) + arch/m68k/cpu/mcf5227x/start.o (.text) *(.text) *(.fixup) |