]> git.zerfleddert.de Git - proxmark3-svn/blame - bootrom/ram-reset.s
Add a common linker script with the memory map for the complete project
[proxmark3-svn] / bootrom / ram-reset.s
CommitLineData
6658905f 1.extern BootROM\r
2 \r
8652988d 3.section .startphase2,"ax"\r
4 .code 32\r
5 .align 0\r
6658905f 6\r
8652988d 7.global ramstart\r
8ramstart:\r
6658905f 9 ldr sp, = 0x0020FFF8\r
10 bl BootROM\r
Impressum, Datenschutz