diff options
Diffstat (limited to 'board/mousse/u-boot.lds')
-rw-r--r-- | board/mousse/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mousse/u-boot.lds b/board/mousse/u-boot.lds index f6930b5..ed5492d 100644 --- a/board/mousse/u-boot.lds +++ b/board/mousse/u-boot.lds @@ -52,7 +52,7 @@ SECTIONS .plt : { *(.plt) } .text : { - cpu/mpc824x/start.o (.text) + arch/ppc/cpu/mpc824x/start.o (.text) arch/ppc/lib/board.o (.text) arch/ppc/lib/ppcstring.o (.text) lib/vsprintf.o (.text) |