]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/shmin/lowlevel_init.S
Merge git://git.denx.de/u-boot-rockchip
[people/ms/u-boot.git] / 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
9 #include <asm/processor.h>
10 #include <asm/macro.h>
11
12
13 .global lowlevel_init
14
15 .text
16 .align 2
17
18 lowlevel_init:
19 /* Use setting of original bootloader */
20 rts
21 nop
22 .align 2