Fix malloc problem introduced with the relocation fixup for the PPC platform
authorStefan Roese <sr@denx.de>
Sun, 8 Jul 2007 11:44:27 +0000 (13:44 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 10 Jul 2007 22:43:32 +0000 (00:43 +0200)
commite9514751cfa5cce61ea699fa0d3eb37898a5eeb5
tree1925e1132514e07700bcb3eb2e07249b0d9a9c53
parentb3aff0cb9ecf236d7e8c93761dd1dadf6837a582
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>
lib_ppc/board.c