summaryrefslogtreecommitdiffstats
path: root/board/esteem192e
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-10-24 02:36:17 +0000
committerWolfgang Denk <wd@denx.de>2012-10-28 20:18:32 +0100
commit28aa27b608bddf20a655e10c09412f93d2f83a5a (patch)
tree4cc46aac0910560abeffcef870efd96d4b111aac /board/esteem192e
parent461d3800b476e34dee0924c4bd5bf490bf36784e (diff)
downloadblackbird-obmc-uboot-28aa27b608bddf20a655e10c09412f93d2f83a5a.tar.gz
blackbird-obmc-uboot-28aa27b608bddf20a655e10c09412f93d2f83a5a.zip
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>
Diffstat (limited to 'board/esteem192e')
-rw-r--r--board/esteem192e/u-boot.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/esteem192e/u-boot.lds b/board/esteem192e/u-boot.lds
index 69f15000db..fe5cf095fc 100644
--- a/board/esteem192e/u-boot.lds
+++ b/board/esteem192e/u-boot.lds
@@ -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*)
OpenPOWER on IntegriCloud