aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot.S b/boot.S
index 0cd0339..593ed11 100644
--- a/boot.S
+++ b/boot.S
@@ -19,10 +19,6 @@ _boot:
wfe
proceed:
- // go to system mode (we had problems doing this later)
- cps #0b11111
- isb
-
// Initialize the stack (_stack_top is defined in linker.ld)
ldr sp, =_stack_top