diff options
author | Wolfgang Denk <wd@denx.de> | 2012-03-19 09:32:12 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-03-19 09:32:12 +0100 |
commit | 9692fd0f70258709e880ce9b75ef1b2dab55e75a (patch) | |
tree | 8d627b3bf0b04a9e3c21cf7fc8439032bf1e0ab1 /board | |
parent | dbb87bbd8eff11cf974caa2b5cc397aea444bc5a (diff) | |
download | u-boot-imx-9692fd0f70258709e880ce9b75ef1b2dab55e75a.zip u-boot-imx-9692fd0f70258709e880ce9b75ef1b2dab55e75a.tar.gz u-boot-imx-9692fd0f70258709e880ce9b75ef1b2dab55e75a.tar.bz2 |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/etx094/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds index b00d2b3..8465937 100644 --- a/board/etx094/u-boot.lds +++ b/board/etx094/u-boot.lds @@ -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; |