- skipped initialization of UART (already done in bootloader)

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@336 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-02-10 10:06:37 +00:00
parent 99c1ef6686
commit 1861ea2a60
+3 -3
View File
@@ -9,9 +9,9 @@ _init:
.set noreorder
# set uart
la $8, sys_uart_baud
addiu $9, $0, baudrate
sb $9, 0($8)
# la $8, sys_uart_baud
# addiu $9, $0, baudrate
# sb $9, 0($8)
# set stack pointer
la $sp, stack_ptr