summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2025-04-12 05:17:26 +0100
committerGitHub <noreply@github.com>2025-04-11 21:17:26 -0700
commita4056abd3ca2028e8e2cd45b0201157da9d13963 (patch)
tree482c8456810ffa794cdc08ed7c061d7d7b66baf1 /src/boot
parent03f12527e178143bb0f1e3bd41ec748476c77999 (diff)
Split RSP files (#1806)
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/rspboot.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/boot/rspboot.s b/src/boot/rspboot.s
deleted file mode 100644
index 96f204b65..000000000
--- a/src/boot/rspboot.s
+++ /dev/null
@@ -1,10 +0,0 @@
-.include "macro.inc"
-
-.section .text
-
-.balign 16
-
-glabel rspbootTextStart
- .incbin "incbin/rspbootText"
-endlabel rspbootTextStart
-dlabel rspbootTextEnd