diff options
Diffstat (limited to 'board/ep88x/u-boot.lds')
-rw-r--r-- | board/ep88x/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep88x/u-boot.lds b/board/ep88x/u-boot.lds index 70b84e4c8ac..f9579a64302 100644 --- a/board/ep88x/u-boot.lds +++ b/board/ep88x/u-boot.lds @@ -52,7 +52,7 @@ SECTIONS .plt : { *(.plt) } .text : { - cpu/mpc8xx/start.o (.text) + arch/ppc/cpu/mpc8xx/start.o (.text) *(.text) *(.got1) . = ALIGN(16); |