diff options
Diffstat (limited to 'board/freescale/m53017evb')
| -rw-r--r-- | board/freescale/m53017evb/u-boot.lds | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/freescale/m53017evb/u-boot.lds b/board/freescale/m53017evb/u-boot.lds index ef21299ea..de8d09bf6 100644 --- a/board/freescale/m53017evb/u-boot.lds +++ b/board/freescale/m53017evb/u-boot.lds @@ -12,9 +12,9 @@ SECTIONS    /* Read-only sections, merged into text segment: */    .text      :    { -    arch/m68k/cpu/mcf532x/start.o		(.text*) -    arch/m68k/cpu/mcf532x/libmcf532x.o	(.text*) -    arch/m68k/lib/libm68k.o		(.text*) +    arch/m68k/cpu/mcf532x/start.o	(.text*) +    arch/m68k/cpu/mcf532x/built-in.o	(.text*) +    arch/m68k/lib/built-in.o		(.text*)      . = DEFINED(env_offset) ? env_offset : .;      common/env_embedded.o	(.text*) |