Skip to content
Snippets Groups Projects
Commit 8f0fec74 authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

sh: Move cpu/$CPU to arch/sh/cpu/$CPU


Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 8d1f2682
Branches
No related tags found
No related merge requests found
File moved
File moved
...@@ -41,7 +41,7 @@ SECTIONS ...@@ -41,7 +41,7 @@ SECTIONS
.text : .text :
{ {
cpu/sh4/start.o (.text) arch/sh/cpu/sh4/start.o (.text)
. = ALIGN(8192); . = ALIGN(8192);
common/env_embedded.o (.ppcenv) common/env_embedded.o (.ppcenv)
. = ALIGN(8192); . = ALIGN(8192);
......
File moved
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* (C) 2008 Yusuke Goda <goda.yusuke@renesas.com> * (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 * See file CREDITS for list of people who contributed to this
* project. * project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment