Sign in
nest-open-source
/
nest-learning-thermostat
/
5.7
/
u-boot
/
refs/heads/master
/
.
/
u-boot-imx
/
arch
/
arm
/
cpu
/
armv7
/
stv0991
/
lowlevel.S
blob: 6dafba35e229a6a6b4fc5f2364d26c6491aee713 [
file
] [
log
] [
blame
] [
edit
]
/*
*
(
C
)
Copyright
2014
stmicroelectronics
*
*
SPDX
-
License
-
Identifier
:
GPL
-2.0
+
*/
#include <config.h>
#include <linux/linkage.h>
ENTRY
(
lowlevel_init
)
mov pc
,
lr
ENDPROC
(
lowlevel_init
)