summaryrefslogtreecommitdiff
path: root/cpu/mpc8220/u-boot.lds
Commit message (Collapse)AuthorAgeLines
* powerpc: Backout relocation changes.Grant Likely2007-11-17-0/+1
| | | | | | | | | | Ugh. I *hate* to back this change out, but these compiler flags don't work for relocation on all versions of GCC. I've not been able to reproduce the environment in my setup (and hence, not been able to find a combination that *does* work), so I've got no choice but to go back to the old gcc flags and linker script. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Correct fixup relocation for mpc8220Grant Likely2007-07-04-1/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc8220 linker scriptsGrant Likely2007-07-04-0/+125
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>