Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
b5e7586a73d4eb7b0aa9c597f293a584a2a1800a
/
.
/
arch
/
arm
/
cpu
/
armv7m
/
start.S
blob: e05e984228d2b89d9fb65face7a41fdc36fd437b [
file
] [
log
] [
blame
]
/*
*
(
C
)
Copyright
2015
*
Kamil Lulko
,
<
rev13
@
wp.pl
>
*
*
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