commit | 401b5923412b04fa6a38240cc7ae18caa7fdde3f | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Thu Nov 04 19:02:00 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 14 23:25:33 2010 +0100 |
tree | e6bee6861458650e6f0bd3c1d81830db04f5a800 | |
parent | 769335787eb5b8d2d8501ad2cd1f856a93c6f9f1 [diff] |
PowerPC: Don't destroy fixup table while doing fixups The fixup procedure just stored a constant value in the fixup table rather than just adjusting the table. Although that doesn't seem to do any harm, it prevents relocation more that once. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>