summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/dptechnics-dpt-module/lowlevel.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boards/dptechnics-dpt-module/lowlevel.S')
-rw-r--r--arch/mips/boards/dptechnics-dpt-module/lowlevel.S23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/mips/boards/dptechnics-dpt-module/lowlevel.S b/arch/mips/boards/dptechnics-dpt-module/lowlevel.S
new file mode 100644
index 0000000000..6601427ba4
--- /dev/null
+++ b/arch/mips/boards/dptechnics-dpt-module/lowlevel.S
@@ -0,0 +1,23 @@
+/*
+ * 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.
+ */
+
+#define BOARD_PBL_START start_dptechnics_dpt_module
+
+#include <mach/debug_ll.h>
+#include <asm/regdef.h>
+#include <asm/mipsregs.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)
+
+ ar9331_pbl_generic_start
+
+ENTRY_FUNCTION_END(BOARD_PBL_START, ar9331_dptechnics_dpt_module)