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

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
master
Peter Tyser 15 years ago committed by Wolfgang Denk
parent e9a882803e
commit 1e9c26578e
  1. 0
      arch/sparc/cpu/leon2/Makefile
  2. 0
      arch/sparc/cpu/leon2/config.mk
  3. 0
      arch/sparc/cpu/leon2/cpu.c
  4. 0
      arch/sparc/cpu/leon2/cpu_init.c
  5. 0
      arch/sparc/cpu/leon2/interrupts.c
  6. 0
      arch/sparc/cpu/leon2/prom.c
  7. 0
      arch/sparc/cpu/leon2/serial.c
  8. 0
      arch/sparc/cpu/leon2/start.S
  9. 0
      arch/sparc/cpu/leon3/Makefile
  10. 0
      arch/sparc/cpu/leon3/ambapp.c
  11. 0
      arch/sparc/cpu/leon3/config.mk
  12. 0
      arch/sparc/cpu/leon3/cpu.c
  13. 0
      arch/sparc/cpu/leon3/cpu_init.c
  14. 0
      arch/sparc/cpu/leon3/interrupts.c
  15. 0
      arch/sparc/cpu/leon3/prom.c
  16. 0
      arch/sparc/cpu/leon3/serial.c
  17. 0
      arch/sparc/cpu/leon3/start.S
  18. 0
      arch/sparc/cpu/leon3/usb_uhci.c
  19. 0
      arch/sparc/cpu/leon3/usb_uhci.h
  20. 2
      board/gaisler/gr_cpci_ax2000/u-boot.lds
  21. 2
      board/gaisler/gr_ep2s60/u-boot.lds
  22. 2
      board/gaisler/gr_xc3s_1500/u-boot.lds
  23. 2
      board/gaisler/grsim/u-boot.lds
  24. 2
      board/gaisler/grsim_leon2/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,

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

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

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

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

Loading…
Cancel
Save