]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv7m/start.S
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / cpu / armv7m / start.S
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2015
4  * Kamil Lulko, <kamil.lulko@gmail.com>
5  */
6
7 #include <asm/assembler.h>
8
9 .globl  reset
10 .type reset, %function
11 reset:
12         W(b)    _main
13
14 .globl  c_runtime_cpu_setup
15 c_runtime_cpu_setup:
16         mov     pc, lr