提交 f8cd170d 编写于 作者: J John Crispin

MIPS: lantiq: adds support for nmi and ejtag bootrom vectors

Register nmi and ejtag bootrom vectors for FALC-ON SoC.
Signed-off-by: NThomas Langer <thomas.langer@lantiq.com>
Signed-off-by: NJohn Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4238/
上级 70ec9054
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <asm/cacheflush.h>
#include <asm/traps.h>
#include <asm/io.h> #include <asm/io.h>
#include <lantiq_soc.h> #include <lantiq_soc.h>
...@@ -84,4 +86,7 @@ void __init ltq_soc_detect(struct ltq_soc_info *i) ...@@ -84,4 +86,7 @@ void __init ltq_soc_detect(struct ltq_soc_info *i)
unreachable(); unreachable();
break; break;
} }
board_nmi_handler_setup = ltq_soc_nmi_setup;
board_ejtag_handler_setup = ltq_soc_ejtag_setup;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册