In message <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> ---
> 
> * 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: [EMAIL PROTECTED]
I am a computer. I am dumber than any human and smarter than any  ad-
ministrator.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to