diff options
Diffstat (limited to 'board/eltec/elppc/u-boot.lds')
-rw-r--r-- | board/eltec/elppc/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eltec/elppc/u-boot.lds b/board/eltec/elppc/u-boot.lds index 6dff003dc1f..29dcc091005 100644 --- a/board/eltec/elppc/u-boot.lds +++ b/board/eltec/elppc/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; */ |