]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/flash-reset.s
Merge linker scripts in bootrom to have a single linker script for the bootloader...
[proxmark3-svn] / bootrom / flash-reset.s
index afb658a430b0aa012cffb6b0e2191068994bc4eb..48c111a703315260758b01c0b076a02b1dd5a8df 100644 (file)
@@ -1,11 +1,11 @@
 .extern CopyBootToRAM\r
     \r
-.text\r
-.code 32\r
-.align 0\r
+.section .startup,"ax"\r
+         .code 32\r
+         .align 0\r
 \r
-.global start\r
-start:\r
+.global flashstart\r
+flashstart:\r
     b       Reset\r
     b       UndefinedInstruction\r
     b       SoftwareInterrupt\r
Impressum, Datenschutz