summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/okud-max9331/lowlevel_boot0.S
blob: b0a0e2268324a41b4966778f54613e7d636aaa9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (C) 2018 Oleksij Rempel <linux@rempel-privat.de>
 * Copyright (C) 2019 Du Huanpeng <u74147@gmail.com>
 */

#define BOARD_PBL_START start_okud_max9331_boot0

#include <mach/debug_ll.h>
#include <asm/asm.h>
#include <asm/pbl_macros.h>
#include <mach/pbl_macros.h>
#include <asm/pbl_nmon.h>

ENTRY_FUNCTION(BOARD_PBL_START)

        li      ra, 0xbfc20000
        jr      ra
	nop


STOP_WITH_DEBUG_EVENT