]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc85xx: Update linker scripts for Freescale boards
authorKumar Gala <galak@kernel.crashing.org>
Wed, 30 Jul 2008 19:13:30 +0000 (14:13 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 31 Jul 2008 09:33:23 +0000 (11:33 +0200)
commitf0ff885ca64655bee6540eb8a25eed90b1152686
tree39b3760df245cae989171c23d6235d7359cda8e1
parent57c219ad5d34dd9d49991777a62e3899595f2ec7
mpc85xx: Update linker scripts for Freescale boards

* 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>
board/freescale/mpc8540ads/u-boot.lds
board/freescale/mpc8541cds/u-boot.lds
board/freescale/mpc8544ds/u-boot.lds
board/freescale/mpc8548cds/u-boot.lds
board/freescale/mpc8555cds/u-boot.lds
board/freescale/mpc8560ads/u-boot.lds
board/freescale/mpc8568mds/u-boot.lds