nyx: switch to IRAM for stack

This commit is contained in:
CTCaer
2025-04-30 08:44:27 +03:00
parent 06f0d2b83f
commit ef9a48033d

View File

@@ -61,7 +61,7 @@ _reloc_ipl:
_real_start:
/* We place our stack in SDRAM. */
LDR SP, =0x83100000
LDR SP, =0x4003F000
LDR R0, =__bss_start
EOR R1, R1, R1
LDR R2, =__bss_end