Newer
Older
barebox / arch / mips / boards / dptechnics-dpt-module / include / board / board_pbl_start.h
@Oleksij Rempel Oleksij Rempel on 5 Jan 2018 440 bytes MIPS: add support for DPTechnics DPT-Module v1
/*
 * 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