Document SRAM==SPRAM; fix whitespace

This commit is contained in:
Daniel Lublin 2022-10-24 11:58:54 +02:00
parent ff1bf1f326
commit db8f9cf881
No known key found for this signature in database
GPG key ID: 75BD0FEB8D3E7830
2 changed files with 6 additions and 5 deletions

View file

@ -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