summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h
blob: 9d6b1b86bce1aa0b4eff69a416ff123770615709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (C) 2017 Oleksij Rempel <linux@rempel-privat.de>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2
 * as published by the Free Software Foundation.
 */

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

	.macro	board_pbl_start
	.set	push
	.set	noreorder

	ar9331_pbl_generic_start

	.set	pop
	.endm