mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ESTEEM192E: adjust linker script to grown code size
Once more, some of the previous changes caused the code to grow, which causes errors like u-boot.lds:74 cannot move location counter backwards (from 40008384 to 40008000) when building with some older tool chains (like ELDK 4.2). Adjust the linker script to make fit again. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Conn Clark <clark@esteem.com>
This commit is contained in:
parent
461d3800b4
commit
28aa27b608
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*)
|
||||||
board/esteem192e/libesteem192e.o (.text*)
|
board/esteem192e/libesteem192e.o (.text*)
|
||||||
*(.text.*printf)
|
|
||||||
|
|
||||||
. = env_offset;
|
. = env_offset;
|
||||||
common/env_embedded.o (.text*)
|
common/env_embedded.o (.text*)
|
||||||
|
|
Loading…
Reference in a new issue