summaryrefslogtreecommitdiff
path: root/board/mvblue/u-boot.lds
AgeCommit message (Collapse)AuthorFilesLines
2011-04-21powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund1-2/+3
8xx was left behind when fixing up powerpc linking scripts to support -fpic. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
Currently, _end is used for end of BSS section. We want _end to mean end of u-boot image, so we rename _end to __bss_end__ first. Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
2010-11-28824x: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-0/+99
Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
2007-07-04Remove obsolete mpc824x linker scripts (3 of 4)Grant Likely1-136/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
2003-12-07* Patch by Andre Schwarz, 24 Nov 2003:wdenk1-0/+133
add support for mvblue (mvBlueLYNX and mvBlueBOX) boards * Patch by Pavel Bartusek, 21 Nov 2003: set ZMII bridge speed on 440 * Patch by Anders Larsen, 17 Nov 2003: Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h