]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Clear all potentially pending exceptions in MCSR
authorStefan Roese <sr@denx.de>
Thu, 20 Nov 2008 10:46:20 +0000 (11:46 +0100)
committerStefan Roese <sr@denx.de>
Thu, 20 Nov 2008 10:48:53 +0000 (11:48 +0100)
commit25fb4eaaeab3f8866020818f4729d990dcc91cf0
treeb9d9c691919466ea7005444a919759231fe47c05
parent9b827cf1720acda2473afa516956eab6f7cca9a1
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>
cpu/ppc4xx/start.S