summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h')
-rw-r--r--arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h b/arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h
new file mode 100644
index 0000000000..9d6b1b86bc
--- /dev/null
+++ b/arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h
@@ -0,0 +1,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