summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/dlink-dir-320/lowlevel.S
blob: da969bc74e3377db33419f0edb92a84e3fd63dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright 2018 Oleksij Rempel <o.rempel@pengutronix.de>, Pengutronix
 */

#define BOARD_PBL_START start_dlink_dir_320

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

ENTRY_FUNCTION(BOARD_PBL_START)

	mips_barebox_10h

	mips_disable_interrupts

	/* CPU/SoC specific setup ... */
	/* ... absent */

ENTRY_FUNCTION_END(BOARD_PBL_START, dlink_dir_320, SZ_32M)