diff options
Diffstat (limited to 'board/esd/cpci750/u-boot.lds')
-rw-r--r-- | board/esd/cpci750/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpci750/u-boot.lds b/board/esd/cpci750/u-boot.lds index 6dff003dc..29dcc0910 100644 --- a/board/esd/cpci750/u-boot.lds +++ b/board/esd/cpci750/u-boot.lds @@ -56,7 +56,7 @@ SECTIONS .plt : { *(.plt) } .text : { - arch/ppc/cpu/74xx_7xx/start.o (.text) + arch/powerpc/cpu/74xx_7xx/start.o (.text) /* store the environment in a seperate sector in the boot flash */ /* . = env_offset; */ |