sw: bootrom: Fix memory address for stack
This commit is contained in:
parent
b8f273c9b6
commit
d4ca976641
@ -11,7 +11,7 @@
|
|||||||
// Set up stack pointer
|
// Set up stack pointer
|
||||||
asm("_start:\
|
asm("_start:\
|
||||||
xor sp, sp, sp;\
|
xor sp, sp, sp;\
|
||||||
lui sp, 0x80100;\
|
lui sp, 0x40100;\
|
||||||
j main;\
|
j main;\
|
||||||
");
|
");
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user