2010-03-18 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1497/bsps
	* startup/bspclean.c: Do not enable interrupts while waiting for board
	to reset.
This commit is contained in:
Joel Sherrill
2010-03-18 17:26:53 +00:00
parent fb9b445952
commit 97b9d90c1b
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2010-03-18 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1497/bsps
* startup/bspclean.c: Do not enable interrupts while waiting for board
to reset.
2008-03-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube,

View File

@@ -37,9 +37,9 @@ void bsp_cleanup( void )
/*
* Now reset the CPU
*/
_ISR_Set_level( 0 );
mpc5200.gpt[0].count_in = 0xf;
mpc5200.gpt[0].emsel = 0x9004;
while(1) ;
#endif
}