commit | 6a337337cb1f33c7e8fc6c6d38048e7b40e9786e | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Sun Jul 08 13:44:27 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jul 11 00:43:32 2007 +0200 |
tree | 1925e1132514e07700bcb3eb2e07249b0d9a9c53 | |
parent | 1670a5b0528127d3fcea782be3bf1eff2b10b0e2 [diff] |
Fix malloc problem introduced with the relocation fixup for the PPC platform The relocation fixup didn't handle the malloc pointer initialization correctly. This patch fixes this problem. Tested successfully on 4xx. The relocation fixup patches for 4xx will follow soon. Signed-off-by: Stefan Roese <sr@denx.de>