SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / cpu / armv7 / stv0991 / lowlevel.S
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2014 stmicroelectronics
4  */
5
6 #include <config.h>
7 #include <linux/linkage.h>
8
9 ENTRY(lowlevel_init)
10         mov     pc, lr
11 ENDPROC(lowlevel_init)