public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] actux[123]: Update linker script for ELDK 4.2
Date: Thu, 18 Oct 2012 23:22:43 +0200	[thread overview]
Message-ID: <20121018232243.135bac43@lilith> (raw)
In-Reply-To: <1350505109-11103-1-git-send-email-trini@ti.com>

Hi Tom,

On Wed, 17 Oct 2012 13:18:29 -0700, Tom Rini <trini@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@schwingen.org>
> Signed-off-by: Tom Rini <trini@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.

      reply	other threads:[~2012-10-18 21:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-17 20:18 [U-Boot] [PATCH] actux[123]: Update linker script for ELDK 4.2 Tom Rini
2012-10-18 21:22 ` Albert ARIBAUD [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121018232243.135bac43@lilith \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox