Aaron Williams | 0dc4ab9 | 2020-06-30 12:08:56 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | /* | ||||
3 | * Copyright (C) 2020 Stefan Roese <sr@denx.de> | ||||
4 | */ | ||||
5 | |||||
6 | #include <config.h> | ||||
7 | #include <asm-offsets.h> | ||||
8 | #include <asm/cacheops.h> | ||||
9 | #include <asm/regdef.h> | ||||
10 | #include <asm/mipsregs.h> | ||||
11 | #include <asm/addrspace.h> | ||||
12 | #include <asm/asm.h> | ||||
13 | |||||
14 | .set noreorder | ||||
15 | |||||
16 | LEAF(lowlevel_init) | ||||
17 | jr ra | ||||
18 | nop | ||||
19 | END(lowlevel_init) |