summaryrefslogtreecommitdiff
path: root/data/rspboot.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/rspboot.s')
-rw-r--r--data/rspboot.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/rspboot.s b/data/rspboot.s
deleted file mode 100644
index 59c9ffc27..000000000
--- a/data/rspboot.s
+++ /dev/null
@@ -1,14 +0,0 @@
-.include "macro.inc"
-
-/* assembler directives */
-.set noat /* allow manual use of $at */
-.set noreorder /* don't insert nops after branches */
-.set gp=64 /* allow use of 64-bit general purpose registers */
-
-.section .text
-
-.balign 16
-
-glabel rspbootTextStart
- .incbin "incbin/rspbootText"
-glabel rspbootTextEnd