diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-07-30 14:13:30 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-31 11:33:23 +0200 |
commit | f0ff885ca64655bee6540eb8a25eed90b1152686 (patch) | |
tree | 39b3760df245cae989171c23d6235d7359cda8e1 /board/freescale/mpc7448hpc2 | |
parent | 57c219ad5d34dd9d49991777a62e3899595f2ec7 (diff) | |
download | u-boot-imx-f0ff885ca64655bee6540eb8a25eed90b1152686.zip u-boot-imx-f0ff885ca64655bee6540eb8a25eed90b1152686.tar.gz u-boot-imx-f0ff885ca64655bee6540eb8a25eed90b1152686.tar.bz2 |
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>
Diffstat (limited to 'board/freescale/mpc7448hpc2')
0 files changed, 0 insertions, 0 deletions