X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0fc0fca5830c9d1a430f40ff935fb399f91b8adc..8652988d62b19631e498b62a3800f0decb5e743a:/bootrom/flash-reset.s diff --git a/bootrom/flash-reset.s b/bootrom/flash-reset.s index afb658a4..48c111a7 100644 --- a/bootrom/flash-reset.s +++ b/bootrom/flash-reset.s @@ -1,11 +1,11 @@ .extern CopyBootToRAM -.text -.code 32 -.align 0 +.section .startup,"ax" + .code 32 + .align 0 -.global start -start: +.global flashstart +flashstart: b Reset b UndefinedInstruction b SoftwareInterrupt