From 6aa07b8febfc2837b01a000204c5b0c5591d374f Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Wed, 5 Feb 2025 13:46:01 +0200 Subject: [PATCH] remove sp loading --- start.S | 1 - 1 file changed, 1 deletion(-) diff --git a/start.S b/start.S index eb63658..12e6151 100644 --- a/start.S +++ b/start.S @@ -10,5 +10,4 @@ vtable: .word __hard_reset__+1 __hard_reset__: - ldr sp, [pc, #-12] b __hard_reset__