9
0
Fork 0

MIPS: tplink-mr3020: enable nmon

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2015-05-04 15:29:24 +03:00 committed by Sascha Hauer
parent cd855dd7c3
commit 16886bfd01
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <asm/pbl_macros.h>
#include <asm/pbl_nmon.h>
.macro board_pbl_start
.set push
@ -26,6 +27,8 @@
mips_disable_interrupts
mips_nmon
copy_to_link_location pbl_start
.set pop

View File

@ -11,6 +11,7 @@ config BOARD_TPLINK_MR3020
bool "TP-LINK MR3020"
select HAVE_PBL_IMAGE
select HAVE_IMAGE_COMPRESSION
select HAS_NMON
endchoice