fix some ARM build fail
[proxmark3.git] / bootrom / ram-reset.s
blob691cd0db1958d4ace3e0ab1aa8ddabdb1011e587
1 .extern BootROM
3 .section .startphase2,"ax"
4 .code 32
5 .align 0
7 .global ramstart
8 ramstart:
9 ldr sp, .stack_end
10 bl BootROM
12 .stack_end:
13 .word _stack_end