Skip to content
Snippets Groups Projects
Commit 9692fd0f authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

ETX094: adjust linker script due to grown code size


Recent bootstage commits made the code grow, which caused linker
errors.  Adjust the linker script to fix that.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent dbb87bbd
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ SECTIONS
arch/powerpc/cpu/mpc8xx/traps.o (.text*)
net/libnet.o (.text*)
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
*(.text.printf)
*(.text.vsprintf)
. = env_offset;
......
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