summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-ath79/lowlevel_ar9331_spi_trap.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-ath79/lowlevel_ar9331_spi_trap.S')
-rw-r--r--arch/mips/mach-ath79/lowlevel_ar9331_spi_trap.S18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/lowlevel_ar9331_spi_trap.S b/arch/mips/mach-ath79/lowlevel_ar9331_spi_trap.S
new file mode 100644
index 0000000000..82452c74ca
--- /dev/null
+++ b/arch/mips/mach-ath79/lowlevel_ar9331_spi_trap.S
@@ -0,0 +1,18 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * Copyright (C) 2018 Oleksij Rempel <linux@rempel-privat.de>
+ */
+
+#define BOARD_PBL_START start_ar9331_spi_trap
+
+#include <mach/debug_ll.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)
+
+ /* nothing should be done here */
+
+STOP_WITH_DEBUG_EVENT