]> git.zerfleddert.de Git - proxmark3-svn/blob - bootrom/ram-reset.s
The older gnuarm in the windows toolchain seems to need the glue_7t section
[proxmark3-svn] / bootrom / ram-reset.s
1 .extern BootROM
2
3 .section .startphase2,"ax"
4 .code 32
5 .align 0
6
7 .global ramstart
8 ramstart:
9 ldr sp, = 0x0020FFF8
10 bl BootROM
Impressum, Datenschutz