Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
bd58f1d8240e2b37bc682b455195816633f07375
/
.
/
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