mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 18:44:58 +08:00
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:
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user