forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user