From 7062b101197c03c7f4806d83b8d79cf34d3b6a42 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 28 Dec 2019 14:51:27 +0100 Subject: remain in supervisor mode --- boot.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'boot.S') 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 -- cgit v1.2.3