use demodbufflen variable to remove the demod plot line instead
[RRG-proxmark3.git] / bootrom / ram-reset.s
blobab57ee29aa051e8bcd2d1c223109248179df8964
1 @-----------------------------------------------------------------------------
2 @ This code is licensed to you under the terms of the GNU GPL, version 2 or,
3 @ at your option, any later version. See the LICENSE.txt file for the text of
4 @ the license.
5 @-----------------------------------------------------------------------------
6 @ RAM reset vector for relaunching the bootloader
7 @-----------------------------------------------------------------------------
9 .extern BootROM
11 .section .startphase2,"ax"
13 .arm
15 .global ram_start
16 ram_start:
17 ldr sp, =_stack_end
18 bl BootROM
20 .ltorg