Commit dc160909 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

git appears not to work like svn... last commit did not include edits made while commiting.

parent 329f0bd9
......@@ -88,8 +88,8 @@
.section .boot, "ax", @progbits
.global _start
.weak _debug_unit
_start:
.weak _debug_unit
_debug_unit:
.global _reset_handler
.type _reset_handler, @function
......@@ -132,7 +132,7 @@ _crt0:
/* Setup the debug ROM if it's linked in */
mvhi r1, hi(_debug_unit)
ori r1, r1, lo(_debug_unit)
wcsr DEBA
wcsr DEBA, r1
/* Setup stack and global pointer */
mvhi sp, hi(_fstack)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment