浏览代码

sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Peter Tyser 15 年之前
父节点
当前提交
1e9c26578e

+ 0 - 0
cpu/leon2/Makefile → arch/sparc/cpu/leon2/Makefile


+ 0 - 0
cpu/leon2/config.mk → arch/sparc/cpu/leon2/config.mk


+ 0 - 0
cpu/leon2/cpu.c → arch/sparc/cpu/leon2/cpu.c


+ 0 - 0
cpu/leon2/cpu_init.c → arch/sparc/cpu/leon2/cpu_init.c


+ 0 - 0
cpu/leon2/interrupts.c → arch/sparc/cpu/leon2/interrupts.c


+ 0 - 0
cpu/leon2/prom.c → arch/sparc/cpu/leon2/prom.c


+ 0 - 0
cpu/leon2/serial.c → arch/sparc/cpu/leon2/serial.c


+ 0 - 0
cpu/leon2/start.S → arch/sparc/cpu/leon2/start.S


+ 0 - 0
cpu/leon3/Makefile → arch/sparc/cpu/leon3/Makefile


+ 0 - 0
cpu/leon3/ambapp.c → arch/sparc/cpu/leon3/ambapp.c


+ 0 - 0
cpu/leon3/config.mk → arch/sparc/cpu/leon3/config.mk


+ 0 - 0
cpu/leon3/cpu.c → arch/sparc/cpu/leon3/cpu.c


+ 0 - 0
cpu/leon3/cpu_init.c → arch/sparc/cpu/leon3/cpu_init.c


+ 0 - 0
cpu/leon3/interrupts.c → arch/sparc/cpu/leon3/interrupts.c


+ 0 - 0
cpu/leon3/prom.c → arch/sparc/cpu/leon3/prom.c


+ 0 - 0
cpu/leon3/serial.c → arch/sparc/cpu/leon3/serial.c


+ 0 - 0
cpu/leon3/start.S → arch/sparc/cpu/leon3/start.S


+ 0 - 0
cpu/leon3/usb_uhci.c → arch/sparc/cpu/leon3/usb_uhci.c


+ 0 - 0
cpu/leon3/usb_uhci.h → arch/sparc/cpu/leon3/usb_uhci.h


+ 1 - 1
board/gaisler/gr_cpci_ax2000/u-boot.lds

@@ -60,7 +60,7 @@ SECTIONS
 		_text = .;
 
 		*(.start)
-		cpu/leon3/start.o (.text)
+		arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
 		. = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,

+ 1 - 1
board/gaisler/gr_ep2s60/u-boot.lds

@@ -60,7 +60,7 @@ SECTIONS
 		_text = .;
 
 		*(.start)
-		cpu/leon3/start.o (.text)
+		arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
 		. = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,

+ 1 - 1
board/gaisler/gr_xc3s_1500/u-boot.lds

@@ -60,7 +60,7 @@ SECTIONS
 		_text = .;
 
 		*(.start)
-		cpu/leon3/start.o (.text)
+		arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
 		. = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,

+ 1 - 1
board/gaisler/grsim/u-boot.lds

@@ -59,7 +59,7 @@ SECTIONS
 		_text = .;
 
 		*(.start)
-		cpu/leon3/start.o (.text)
+		arch/sparc/cpu/leon3/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
 		. = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,

+ 1 - 1
board/gaisler/grsim_leon2/u-boot.lds

@@ -59,7 +59,7 @@ SECTIONS
 		_text = .;
 
 		*(.start)
-		cpu/leon2/start.o (.text)
+		arch/sparc/cpu/leon2/start.o (.text)
 /* 8k is the same as the PROM offset from end of main memory, (CONFIG_SYS_PROM_SIZE) */
 		. = ALIGN(8192);
 /* PROM CODE, Will be relocated to the end of memory,