1
0
Fork 0

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

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
utp
Peter Tyser 2010-04-12 22:28:18 -05:00 committed by Wolfgang Denk
parent e9a882803e
commit 1e9c26578e
24 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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