[U-Boot] [PATCH] actux[123]: Update linker script for ELDK 4.2

Albert ARIBAUD albert.u.boot at aribaud.net
Thu Oct 18 23:22:43 CEST 2012


Hi Tom,

On Wed, 17 Oct 2012 13:18:29 -0700, Tom Rini <trini at ti.com> wrote:

> With ELDK4.2 libserial.o is too large to fit in the area before the
> environment.  Swap in libinput instead which is a little smaller.
> 
> Cc: Michael Schwingen <michael at schwingen.org>
> Signed-off-by: Tom Rini <trini at ti.com>
> ---
>  board/actux1/u-boot.lds |    2 +-
>  board/actux2/u-boot.lds |    2 +-
>  board/actux3/u-boot.lds |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/board/actux1/u-boot.lds b/board/actux1/u-boot.lds
> index 9dbaa6f..63fd356 100644
> --- a/board/actux1/u-boot.lds
> +++ b/board/actux1/u-boot.lds
> @@ -34,7 +34,7 @@ SECTIONS
>  		net/libnet.o(.text*)
>  		board/actux1/libactux1.o(.text*)
>  		arch/arm/cpu/ixp/libixp.o(.text*)
> -		drivers/serial/libserial.o(.text*)
> +		drivers/input/libinput.o(.text*)
>  
>  		. = env_offset;
>  		common/env_embedded.o(.ppcenv)
> diff --git a/board/actux2/u-boot.lds b/board/actux2/u-boot.lds
> index 3575ed9..9885d06 100644
> --- a/board/actux2/u-boot.lds
> +++ b/board/actux2/u-boot.lds
> @@ -34,7 +34,7 @@ SECTIONS
>  		net/libnet.o(.text*)
>  		board/actux2/libactux2.o(.text*)
>  		arch/arm/cpu/ixp/libixp.o(.text*)
> -		drivers/serial/libserial.o(.text*)
> +		drivers/input/libinput.o(.text*)
>  
>  		. = env_offset;
>  		common/env_embedded.o(.ppcenv)
> diff --git a/board/actux3/u-boot.lds b/board/actux3/u-boot.lds
> index 35aab29..4a1c75a 100644
> --- a/board/actux3/u-boot.lds
> +++ b/board/actux3/u-boot.lds
> @@ -34,7 +34,7 @@ SECTIONS
>  		net/libnet.o(.text*)
>  		board/actux3/libactux3.o(.text*)
>  		arch/arm/cpu/ixp/libixp.o(.text*)
> -		drivers/serial/libserial.o(.text*)
> +		drivers/input/libinput.o(.text*)
>  
>  		. = env_offset;
>  		common/env_embedded.o(.ppcenv)

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list