From 73a80de4228a498b483c8e10ab317920d978d507 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 20 Jan 2022 23:22:42 -0700 Subject: Moved globals to file --- src/boot.S | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot.S') diff --git a/src/boot.S b/src/boot.S index 0b09baa..42e991a 100644 --- a/src/boot.S +++ b/src/boot.S @@ -6,6 +6,7 @@ _start: reset: + cpsid if // disable core0,1,2. mrc p15, #0, r1, c0, c0, #5 and r1, r1, #3 -- cgit v1.2.1