[U-Boot] [PATCH 02/19] x86: Remove unused portion of link script
Graeme Russ
graeme.russ at gmail.com
Thu Apr 18 04:50:04 CEST 2013
Hi Simon,
On Thu, Apr 18, 2013 at 12:13 PM, Simon Glass <sjg at chromium.org> wrote:
>
> Since we don't have real-mode code now, we can remove this chunk of the
link
> script.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> arch/x86/cpu/u-boot.lds | 12 ------------
> 1 file changed, 12 deletions(-)
>
> diff --git a/arch/x86/cpu/u-boot.lds b/arch/x86/cpu/u-boot.lds
> index 2d6911a..b4ecd4b 100644
> --- a/arch/x86/cpu/u-boot.lds
> +++ b/arch/x86/cpu/u-boot.lds
> @@ -79,18 +79,6 @@ SECTIONS
> /DISCARD/ : { *(.interp*) }
> /DISCARD/ : { *(.gnu*) }
>
> - /* 16bit realmode trampoline code */
> - .realmode REALMODE_BASE : AT ( LOADADDR(.rel.dyn) +
SIZEOF(.rel.dyn) ) { KEEP(*(.realmode)) }
> -
> - __realmode_start = LOADADDR(.realmode);
> - __realmode_size = SIZEOF(.realmode);
> -
> - /* 16bit BIOS emulation code (just enough to boot Linux) */
> - .bios 0 : AT ( LOADADDR(.realmode) + SIZEOF(.realmode) ) {
KEEP(*(.bios)) }
> -
> - __bios_start = LOADADDR(.bios);
> - __bios_size = SIZEOF(.bios);
> -
> #ifdef CONFIG_X86_RESET_VECTOR
>
> /*
> --
> 1.8.2.1
>
Acked-by: Graeme Russ <graeme.russ at gmail.com>
More information about the U-Boot
mailing list