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

PR 1497/bsps
	* startup/bspreset.c: Do not enable interrupts while waiting for board
	to reset.
This commit is contained in:
Joel Sherrill
2010-03-10 16:39:13 +00:00
parent c7c1f3bd74
commit 5deb608389
2 changed files with 8 additions and 2 deletions
@@ -1,3 +1,9 @@
2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1497/bsps
* startup/bspreset.c: Do not enable interrupts while waiting for board
to reset.
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* console/console.c: adapted to new prototype for *_write
@@ -25,8 +25,8 @@ void bsp_reset( void )
/*
* Now reset the CPU
*/
_ISR_Set_level( 0 );
mpc5200.gpt[0].count_in = 0xf;
mpc5200.gpt[0].emsel = 0x9004;
while(1) ;
}