
31 Jul
2008
31 Jul
'08
11:33 a.m.
In message Pine.LNX.4.64.0807301413020.29881@blarg.am.freescale.net you wrote:
- Move to using absolute addressing always. Makes the scripts a bit more portable and common
- Moved .bss after the end of the image. These allows us to have more room in the resulting binary image for code and data.
- Removed .text object files that aren't really needed
- Make sure _end is 4-byte aligned as the .bss init code expects this. (Its possible that the end of .bss isn't 4-byte aligned)
Signed-off-by: Kumar Gala galak@kernel.crashing.org
- fixed the issue with the ATI emu code by ensuring _end is 4-byte aligned.
- k
board/freescale/mpc8540ads/u-boot.lds | 37 ++++++++++++---------------- board/freescale/mpc8541cds/u-boot.lds | 38 +++++++++++------------------ board/freescale/mpc8544ds/u-boot.lds | 37 +++++++++++----------------- board/freescale/mpc8548cds/u-boot.lds | 37 +++++++++++----------------- board/freescale/mpc8555cds/u-boot.lds | 38 +++++++++++------------------ board/freescale/mpc8560ads/u-boot.lds | 42 +++++++++++++------------------- board/freescale/mpc8568mds/u-boot.lds | 40 +++++++++++------------------- 7 files changed, 108 insertions(+), 161 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
I am a computer. I am dumber than any human and smarter than any ad-
ministrator.