mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 05:55:02 -04:00
TQM8xx: adjust linker script to grown code size
Some of the previous changes caused the code to grow, which causes errors like u-boot.lds:76 cannot move location counter backwards (from 4000828c 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
0ffb941c29
commit
5ddc702ca5
@ -43,8 +43,6 @@ SECTIONS
|
|||||||
drivers/pcmcia/libpcmcia.o (.text.pcmcia_hardware_enable)
|
drivers/pcmcia/libpcmcia.o (.text.pcmcia_hardware_enable)
|
||||||
drivers/rtc/librtc.o (.text*)
|
drivers/rtc/librtc.o (.text*)
|
||||||
drivers/misc/libmisc.o (.text*)
|
drivers/misc/libmisc.o (.text*)
|
||||||
*(.text.print_buffer)
|
|
||||||
*(.text.print_size)
|
|
||||||
|
|
||||||
. = DEFINED(env_offset) ? env_offset : .;
|
. = DEFINED(env_offset) ? env_offset : .;
|
||||||
common/env_embedded.o (.ppcenv*)
|
common/env_embedded.o (.ppcenv*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user