- fixed ml402

git-svn-id: http://moon:8086/svn/mips@135 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-28 09:58:21 +00:00
parent 4dbc4695fb
commit 1acf88ea01
+5
View File
@@ -53,6 +53,11 @@ char dbg_getchar()
return (char)_dbg_readchar(&uart_if[UART_DEBUGGER]);
}
uint32_t getBootOffset(uint32_t sel)
{
return 0x100000 *(1+sel);
}
void board_init(void)
{