mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
sh: Move cpu/$CPU to arch/sh/cpu/$CPU
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
8d1f268204
commit
8f0fec74ac
25 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ SECTIONS
|
|||
|
||||
.text :
|
||||
{
|
||||
cpu/sh2/start.o (.text)
|
||||
arch/sh/cpu/sh2/start.o (.text)
|
||||
. = ALIGN(8192);
|
||||
common/env_embedded.o (.ppcenv)
|
||||
. = ALIGN(8192);
|
|
@ -44,7 +44,7 @@ SECTIONS
|
|||
|
||||
.text :
|
||||
{
|
||||
cpu/sh3/start.o (.text)
|
||||
arch/sh/cpu/sh3/start.o (.text)
|
||||
. = ALIGN(8192);
|
||||
common/env_embedded.o (.ppcenv)
|
||||
. = ALIGN(8192);
|
|
@ -41,7 +41,7 @@ SECTIONS
|
|||
|
||||
.text :
|
||||
{
|
||||
cpu/sh4/start.o (.text)
|
||||
arch/sh/cpu/sh4/start.o (.text)
|
||||
. = ALIGN(8192);
|
||||
common/env_embedded.o (.ppcenv)
|
||||
. = ALIGN(8192);
|
|
@ -4,7 +4,7 @@
|
|||
* (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
||||
* (C) 2008 Yusuke Goda <goda.yusuke@renesas.com>
|
||||
*
|
||||
* u-boot/cpu/sh4/pci-sh4.c
|
||||
* u-boot/arch/sh/cpu/sh4/pci-sh4.c
|
||||
*
|
||||
* See file CREDITS for list of people who contributed to this
|
||||
* project.
|
||||
|
|
Loading…
Reference in a new issue