2010-03-10 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-10 16:39:01 +00:00
parent d7b700d808
commit 4f112b821a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1497/bsps
* startup/bspclean.c: Do not enable interrupts while waiting for board
to reset.
2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Backport from CVS-HEAD.

View File

@@ -45,9 +45,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
}