Skip to content

Commit

Permalink
Fixed firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
ckdur committed Apr 29, 2017
1 parent b0ba6db commit b6f2bf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firmware/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ start:
sw a3,0(a0)
sw a4,0(a0)
sw a5,0(a0)

li a0, 0x20000000
li a1, 123456789
sw a1,0(a0)

/* break */
sbreak
Expand Down
4 changes: 4 additions & 0 deletions firmware/start_mini.S
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ start:
sw a3,0(a0)
sw a4,0(a0)
sw a5,0(a0)

li a0, 0x20000000
li a1, 123456789
sw a1,0(a0)

/* break */
sbreak
Expand Down

0 comments on commit b6f2bf7

Please sign in to comment.