summaryrefslogtreecommitdiffstats
path: root/board/gaisler/gr_cpci_ax2000
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaisler/gr_cpci_ax2000')
-rw-r--r--board/gaisler/gr_cpci_ax2000/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gaisler/gr_cpci_ax2000/u-boot.lds b/board/gaisler/gr_cpci_ax2000/u-boot.lds
index d5d7842157..22826823cc 100644
--- a/board/gaisler/gr_cpci_ax2000/u-boot.lds
+++ b/board/gaisler/gr_cpci_ax2000/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,
OpenPOWER on IntegriCloud