summaryrefslogtreecommitdiff
path: root/board/altera/dk1c20/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/altera/dk1c20/u-boot.lds')
-rw-r--r--board/altera/dk1c20/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/dk1c20/u-boot.lds b/board/altera/dk1c20/u-boot.lds
index 98ee8f8323..50c3fe75a0 100644
--- a/board/altera/dk1c20/u-boot.lds
+++ b/board/altera/dk1c20/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios/start.o (.text)
+ arch/nios/cpu/start.o (.text)
*(.text)
}
__text_end = .;