blob: 35c0945196c910d10e4213f57aa987265ea33140 [file] [log] [blame]
Nobuhiro Iwamatsu6b7c0f52010-10-25 03:12:24 +09001/*
2 * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Nobuhiro Iwamatsu6b7c0f52010-10-25 03:12:24 +09005 */
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
19lowlevel_init:
20 /* Use setting of original bootloader */
21 rts
22 nop
23 .align 2