From 6eadac23b353ce305ac82289f228080ac3753e4e Mon Sep 17 00:00:00 2001 From: Aurora Wright Date: Sun, 21 May 2017 19:38:58 +0200 Subject: [PATCH] Not needed --- loader/source/start.s | 4 ---- 1 file changed, 4 deletions(-) diff --git a/loader/source/start.s b/loader/source/start.s index 07775ed..3d1f7c5 100644 --- a/loader/source/start.s +++ b/loader/source/start.s @@ -24,7 +24,3 @@ _start: ldr sp, =0x27ffe000 b main - -.global payloadSize -payloadSize: - .word 0