mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
e9a882803e
commit
1e9c26578e
24 changed files with 5 additions and 5 deletions
|
@ -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…
Reference in a new issue