projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change variable assignments to make it easier to compile static and/or x86 binaries
[proxmark3-svn]
/
bootrom
/
ram-reset.s
diff --git
a/bootrom/ram-reset.s
b/bootrom/ram-reset.s
index 6155b0026abead31b125d0582bd4cbd63c130b3e..691cd0db1958d4ace3e0ab1aa8ddabdb1011e587 100644
(file)
--- a/
bootrom/ram-reset.s
+++ b/
bootrom/ram-reset.s
@@
-6,5
+6,8
@@
\r
.global ramstart
\r
ramstart:
\r
- ldr sp,
= 0x0020FFF8
\r
+ ldr sp,
.stack_end
\r
bl BootROM
\r
+
\r
+ .stack_end:
\r
+ .word _stack_end
\r
Impressum
,
Datenschutz