commit | fe05a021e9d66b45a047d3dab6bd619858c739a9 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Nov 20 11:46:20 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Nov 20 11:48:53 2008 +0100 |
tree | b9d9c691919466ea7005444a919759231fe47c05 | |
parent | d2454ba00d79feab8d36d619712706263b8e614d [diff] |
ppc4xx: Clear all potentially pending exceptions in MCSR This is needed on Canyonlands which still has an exception pending while running relocate_code(). This leads to a failure after trap_init() is moved to the top of board_init_r(). Signed-off-by: Stefan Roese <sr@denx.de>