public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] actux[123]: Update linker script for ELDK 4.2
@ 2012-10-17 20:18 Tom Rini
  2012-10-18 21:22 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2012-10-17 20:18 UTC (permalink / raw)
  To: u-boot

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)
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] actux[123]: Update linker script for ELDK 4.2
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2012-10-18 21:22 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-18 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox