X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e3ae0257834f7d134c7f80db6fa23668b5a5fa6d..4cd41f34ead6351f3b0a897453b25c036021c53f:/bootrom/ram-reset.s diff --git a/bootrom/ram-reset.s b/bootrom/ram-reset.s index 691cd0db..3dd77a89 100644 --- a/bootrom/ram-reset.s +++ b/bootrom/ram-reset.s @@ -1,13 +1,13 @@ -.extern BootROM - -.section .startphase2,"ax" - .code 32 - .align 0 - -.global ramstart -ramstart: - ldr sp, .stack_end - bl BootROM - - .stack_end: - .word _stack_end +.extern BootROM + +.section .startphase2,"ax" + .code 32 + .align 0 + +.global ramstart +ramstart: + ldr sp, .stack_end + bl BootROM + + .stack_end: + .word _stack_end