Skip to content
Snippets Groups Projects
Commit 1fb187b3 authored by Tom Rini's avatar Tom Rini Committed by Albert ARIBAUD
Browse files

actux[123]: Update linker script for ELDK 4.2


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: default avatarTom Rini <trini@ti.com>
parent de1f9ac8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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)
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment