mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-01 03:06:05 -04:00
Document SRAM==SPRAM; fix whitespace
This commit is contained in:
parent
ff1bf1f326
commit
db8f9cf881
2 changed files with 6 additions and 5 deletions
|
@ -46,8 +46,8 @@ clear:
|
|||
addi a0, a0, 4
|
||||
blt a0, a1, clear
|
||||
|
||||
/* init stack to right under where we load app at 0x40010000 */
|
||||
li sp, 0x4000fff0
|
||||
/* init stack to right under where we load app at 0x40010000 */
|
||||
li sp, 0x4000fff0
|
||||
|
||||
/* copy data section */
|
||||
la a0, _sidata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue