diff options
Diffstat (limited to 'board/altera/dk1c20/u-boot.lds')
-rw-r--r-- | board/altera/dk1c20/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/dk1c20/u-boot.lds b/board/altera/dk1c20/u-boot.lds index 98ee8f8..50c3fe7 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 = .; |