]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
PowerPC: Don't destroy fixup table while doing fixups
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Thu, 4 Nov 2010 18:02:00 +0000 (19:02 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 14 Nov 2010 22:25:33 +0000 (23:25 +0100)
commit34bbf618600fb6961d8359e42fb87e59fbd788d9
treee6bee6861458650e6f0bd3c1d81830db04f5a800
parent4b29bdb0ed08412d225a8be94f61fc6c37a59dd5
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>
12 files changed:
arch/powerpc/cpu/74xx_7xx/start.S
arch/powerpc/cpu/mpc512x/start.S
arch/powerpc/cpu/mpc5xx/start.S
arch/powerpc/cpu/mpc5xxx/start.S
arch/powerpc/cpu/mpc8220/start.S
arch/powerpc/cpu/mpc824x/start.S
arch/powerpc/cpu/mpc8260/start.S
arch/powerpc/cpu/mpc83xx/start.S
arch/powerpc/cpu/mpc85xx/start.S
arch/powerpc/cpu/mpc86xx/start.S
arch/powerpc/cpu/mpc8xx/start.S
arch/powerpc/cpu/ppc4xx/start.S