- fixed bootloader makefile
- interupts disabled after bootloader - enable interrupts in board file git-svn-id: http://moon:8086/svn/mips@109 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -91,7 +91,8 @@ void board_init(void)
|
||||
|
||||
// Setup interrupt support
|
||||
interrupt_init();
|
||||
|
||||
interrupt_enable_all();
|
||||
|
||||
// Do some initializations here
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user