diff options
Diffstat (limited to 'board/freescale/m52277evb/u-boot.lds')
| -rw-r--r-- | board/freescale/m52277evb/u-boot.lds | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/freescale/m52277evb/u-boot.lds b/board/freescale/m52277evb/u-boot.lds index f3337a384..70121d924 100644 --- a/board/freescale/m52277evb/u-boot.lds +++ b/board/freescale/m52277evb/u-boot.lds @@ -13,8 +13,8 @@ SECTIONS    .text      :    {      arch/m68k/cpu/mcf5227x/start.o	(.text*) -    arch/m68k/cpu/mcf5227x/libmcf5227x.o	(.text*) -    arch/m68k/lib/libm68k.o		(.text*) +    arch/m68k/cpu/mcf5227x/built-in.o	(.text*) +    arch/m68k/lib/built-in.o		(.text*)      *(.text*)    } |