projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
35c0945196c910d10e4213f57aa987265ea33140
[oweals/u-boot.git]
/
board
/
shmin
/
lowlevel_init.S
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
#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
19
lowlevel_init:
20
/* Use setting of original bootloader */
21
rts
22
nop
23
.align 2