summaryrefslogtreecommitdiffstats
path: root/board/gaisler/grsim
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:18 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:26 +0200
commit1e9c26578ebbeecbaf3d8fb574957405eff17c86 (patch)
tree4d17f2b1580ee3ce1c9f29b0763c1509a3a57251 /board/gaisler/grsim
parente9a882803eb59f482ca4aa6ffd6fa21e4c53d618 (diff)
downloadblackbird-obmc-uboot-1e9c26578ebbeecbaf3d8fb574957405eff17c86.tar.gz
blackbird-obmc-uboot-1e9c26578ebbeecbaf3d8fb574957405eff17c86.zip
sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/gaisler/grsim')
-rw-r--r--board/gaisler/grsim/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gaisler/grsim/u-boot.lds b/board/gaisler/grsim/u-boot.lds
index 0fa6627df5..681fd8d01b 100644
--- a/board/gaisler/grsim/u-boot.lds
+++ b/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,
OpenPOWER on IntegriCloud