diff options
Diffstat (limited to 'board/rsdproto/u-boot.lds')
| -rw-r--r-- | board/rsdproto/u-boot.lds | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/rsdproto/u-boot.lds b/board/rsdproto/u-boot.lds index 0c51d4812..7763c7fed 100644 --- a/board/rsdproto/u-boot.lds +++ b/board/rsdproto/u-boot.lds @@ -52,7 +52,7 @@ SECTIONS    .plt : { *(.plt) }    .text      :    { -    arch/ppc/cpu/mpc8260/start.o	(.text) +    arch/powerpc/cpu/mpc8260/start.o	(.text)      *(.text)      *(.got1)      /*. = env_offset; */ |