diff options
Diffstat (limited to 'board/altera/ep1c20/u-boot.lds')
-rw-r--r-- | board/altera/ep1c20/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/ep1c20/u-boot.lds b/board/altera/ep1c20/u-boot.lds index e2eb3aa4313..b909e94f8fc 100644 --- a/board/altera/ep1c20/u-boot.lds +++ b/board/altera/ep1c20/u-boot.lds @@ -30,7 +30,7 @@ SECTIONS { .text : { - cpu/nios2/start.o (.text) + arch/nios/cpu2/start.o (.text) *(.text) *(.text.*) *(.gnu.linkonce.t*) |