- 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:
2017-01-20 18:39:10 +00:00
parent 5261f6a93a
commit 6b228be3f7
6 changed files with 10 additions and 29 deletions
+2 -1
View File
@@ -91,7 +91,8 @@ void board_init(void)
// Setup interrupt support
interrupt_init();
interrupt_enable_all();
// Do some initializations here
}