summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c b/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c
index ebad9fc3c0..0eac108659 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/startup/bspclean.c
@@ -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
}