blob: e4b6ae0b138d8ebf2beeb54e94a905060907cba5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Nobuhiro Iwamatsu6b7c0f52010-10-25 03:12:24 +09002/*
3 * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Nobuhiro Iwamatsu6b7c0f52010-10-25 03:12:24 +09004 */
5
6#include <config.h>
Nobuhiro Iwamatsu6b7c0f52010-10-25 03:12:24 +09007
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