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

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: default avatarWolfgang Denk <wd@denx.de>
Cc: Conn Clark <clark@esteem.com>
parent 461d3800
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*)
board/esteem192e/libesteem192e.o (.text*)
*(.text.*printf)
. = env_offset;
common/env_embedded.o (.text*)
......
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