]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/ram-reset.s
More en masse cleanup (whitespace/newlines/headers/etc)
[proxmark3-svn] / bootrom / ram-reset.s
index 691cd0db1958d4ace3e0ab1aa8ddabdb1011e587..3dd77a895cb22d73a028561e2eec601a9ec34ad3 100644 (file)
@@ -1,13 +1,13 @@
-.extern BootROM\r
-    \r
-.section .startphase2,"ax"\r
-         .code 32\r
-         .align 0\r
-\r
-.global ramstart\r
-ramstart:\r
-    ldr     sp,     .stack_end\r
-    bl      BootROM\r
-\r
-       .stack_end:\r
-       .word _stack_end\r
+.extern BootROM
+
+.section .startphase2,"ax"
+         .code 32
+         .align 0
+
+.global ramstart
+ramstart:
+    ldr     sp,     .stack_end
+    bl      BootROM
+
+       .stack_end:
+       .word _stack_end
Impressum, Datenschutz