Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
0a10f440e3ba8b37b986c5eb7f7c1ac191c6a56d
/
.
/
arch
/
arm
/
cpu
/
armv7m
/
start.S
blob: 49f27201cf8ad09ea78173efac40f7ab52b40123 [
file
] [
log
] [
blame
]
/*
*
(
C
)
Copyright
2015
*
Kamil Lulko
,
<
kamil.lulko
@
gmail.com
>
*
*
SPDX
-
License
-
Identifier
:
GPL
-2.0
+
*/
.globl reset
.type reset
,
%
function
reset
:
b _main
.globl c_runtime_cpu_setup
c_runtime_cpu_setup
:
mov pc
,
lr