mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
TQM8xx: 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:80 cannot move location counter backwards (from 400082a4 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>
This commit is contained in:
parent
1b0757eced
commit
461d3800b4
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2000
|
* (C) Copyright 2000-2012
|
||||||
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
@ -41,8 +41,6 @@ SECTIONS
|
||||||
drivers/net/libnet.o (.text*)
|
drivers/net/libnet.o (.text*)
|
||||||
drivers/pcmcia/libpcmcia.o (.text.pcmcia_on)
|
drivers/pcmcia/libpcmcia.o (.text.pcmcia_on)
|
||||||
drivers/pcmcia/libpcmcia.o (.text.pcmcia_hardware_enable)
|
drivers/pcmcia/libpcmcia.o (.text.pcmcia_hardware_enable)
|
||||||
drivers/rtc/librtc.o (.text*)
|
|
||||||
drivers/misc/libmisc.o (.text*)
|
|
||||||
|
|
||||||
. = DEFINED(env_offset) ? env_offset : .;
|
. = DEFINED(env_offset) ? env_offset : .;
|
||||||
common/env_embedded.o (.ppcenv*)
|
common/env_embedded.o (.ppcenv*)
|
||||||
|
|
Loading…
Reference in a new issue