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