提交 1e9c2657 编写于 作者: P Peter Tyser 提交者: Wolfgang Denk

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

Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
上级 e9a88280
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册