diff options
Diffstat (limited to 'board/gen860t/u-boot-flashenv.lds')
-rw-r--r-- | board/gen860t/u-boot-flashenv.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds index 0e129253e7f..35e92d11140 100644 --- a/board/gen860t/u-boot-flashenv.lds +++ b/board/gen860t/u-boot-flashenv.lds @@ -55,7 +55,7 @@ SECTIONS .plt : { *(.plt) } .text : { - arch/ppc/cpu/mpc8xx/start.o (.text) + arch/powerpc/cpu/mpc8xx/start.o (.text) *(.text) *(.got1) } |