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, 0 insertions, 20 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
deleted file mode 100644
index 9d6b1b86bc..0000000000
--- a/arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * 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