commit | 34bbf618600fb6961d8359e42fb87e59fbd788d9 | [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 | 4b29bdb0ed08412d225a8be94f61fc6c37a59dd5 [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>