Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / shmin / lowlevel_init.S
1 /*
2  * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <config.h>
8 #include <version.h>
9
10 #include <asm/processor.h>
11 #include <asm/macro.h>
12
13
14         .global lowlevel_init
15
16         .text
17         .align  2
18
19 lowlevel_init:
20         /* Use setting of original bootloader */
21         rts
22         nop
23         .align 2