blob: d9aab38cde8aad445bc3e451e496761015ea5070 [file] [log] [blame]
Aaron Williams0dc4ab92020-06-30 12:08:56 +02001/* 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
16LEAF(lowlevel_init)
17 jr ra
18 nop
19 END(lowlevel_init)