mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
dbb87bbd8e
commit
9692fd0f70
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ SECTIONS
|
||||||
arch/powerpc/cpu/mpc8xx/traps.o (.text*)
|
arch/powerpc/cpu/mpc8xx/traps.o (.text*)
|
||||||
net/libnet.o (.text*)
|
net/libnet.o (.text*)
|
||||||
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
|
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
|
||||||
*(.text.printf)
|
|
||||||
*(.text.vsprintf)
|
*(.text.vsprintf)
|
||||||
|
|
||||||
. = env_offset;
|
. = env_offset;
|
||||||
|
|
Loading…
Add table
Reference in a new issue