diff options
Diffstat (limited to 'carl9170fw/minifw/miniboot.S')
-rw-r--r-- | carl9170fw/minifw/miniboot.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/carl9170fw/minifw/miniboot.S b/carl9170fw/minifw/miniboot.S deleted file mode 100644 index e5d598e..0000000 --- a/carl9170fw/minifw/miniboot.S +++ /dev/null @@ -1,7 +0,0 @@ - .globl _start - .type _start, @function - .section ".boot", "ax" - _start: - mov.l startcode, r0 - jmp @r0 -startcode: .long 0x00000008 |