Kaynağa Gözat

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

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Peter Tyser 14 yıl önce
ebeveyn
işleme
8f0fec74ac

+ 0 - 0
cpu/sh2/Makefile → arch/sh/cpu/sh2/Makefile


+ 0 - 0
cpu/sh2/cache.c → arch/sh/cpu/sh2/cache.c


+ 0 - 0
cpu/sh2/config.mk → arch/sh/cpu/sh2/config.mk


+ 0 - 0
cpu/sh2/cpu.c → arch/sh/cpu/sh2/cpu.c


+ 0 - 0
cpu/sh2/interrupts.c → arch/sh/cpu/sh2/interrupts.c


+ 0 - 0
cpu/sh2/start.S → arch/sh/cpu/sh2/start.S


+ 1 - 1
cpu/sh2/u-boot.lds → arch/sh/cpu/sh2/u-boot.lds

@@ -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);

+ 0 - 0
cpu/sh2/watchdog.c → arch/sh/cpu/sh2/watchdog.c


+ 0 - 0
cpu/sh3/Makefile → arch/sh/cpu/sh3/Makefile


+ 0 - 0
cpu/sh3/cache.c → arch/sh/cpu/sh3/cache.c


+ 0 - 0
cpu/sh3/config.mk → arch/sh/cpu/sh3/config.mk


+ 0 - 0
cpu/sh3/cpu.c → arch/sh/cpu/sh3/cpu.c


+ 0 - 0
cpu/sh3/interrupts.c → arch/sh/cpu/sh3/interrupts.c


+ 0 - 0
cpu/sh3/start.S → arch/sh/cpu/sh3/start.S


+ 1 - 1
cpu/sh3/u-boot.lds → arch/sh/cpu/sh3/u-boot.lds

@@ -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);

+ 0 - 0
cpu/sh3/watchdog.c → arch/sh/cpu/sh3/watchdog.c


+ 0 - 0
cpu/sh4/Makefile → arch/sh/cpu/sh4/Makefile


+ 0 - 0
cpu/sh4/cache.c → arch/sh/cpu/sh4/cache.c


+ 0 - 0
cpu/sh4/config.mk → arch/sh/cpu/sh4/config.mk


+ 0 - 0
cpu/sh4/cpu.c → arch/sh/cpu/sh4/cpu.c


+ 0 - 0
cpu/sh4/interrupts.c → arch/sh/cpu/sh4/interrupts.c


+ 0 - 0
cpu/sh4/start.S → arch/sh/cpu/sh4/start.S


+ 1 - 1
cpu/sh4/u-boot.lds → arch/sh/cpu/sh4/u-boot.lds

@@ -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);

+ 0 - 0
cpu/sh4/watchdog.c → arch/sh/cpu/sh4/watchdog.c


+ 1 - 1
drivers/pci/pci_sh4.c

@@ -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.