]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/shmin/lowlevel_init.S
board/BuR/tseries: Enable HW-Watchdog
[people/ms/u-boot.git] / board / shmin / lowlevel_init.S
CommitLineData
6b7c0f5e
NI
1/*
2 * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
6b7c0f5e
NI
5 */
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