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