]> git.sur5r.net Git - u-boot/blob - board/shmin/lowlevel_init.S
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / shmin / lowlevel_init.S
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4  */
5
6 #include <config.h>
7
8 #include <asm/processor.h>
9 #include <asm/macro.h>
10
11
12         .global lowlevel_init
13
14         .text
15         .align  2
16
17 lowlevel_init:
18         /* Use setting of original bootloader */
19         rts
20         nop
21         .align 2