xref: /openbmc/u-boot/board/shmin/lowlevel_init.S (revision 310ae37e)
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
18lowlevel_init:
19	/* Use setting of original bootloader */
20	rts
21	nop
22	.align 2
23