9
0
Fork 0

MIPS: rzx50: add nmon support

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2013-07-06 08:25:55 +04:00 committed by Sascha Hauer
parent b29eac0769
commit 17fc4f6580
2 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,7 @@ config MACH_MIPS_XBURST
select HAS_DEBUG_LL
select HAVE_PBL_IMAGE
select HAVE_IMAGE_COMPRESSION
select HAS_NMON
endchoice
source arch/mips/mach-malta/Kconfig

View File

@ -19,6 +19,7 @@
#include <asm/pbl_macros.h>
#include <mach/debug_ll.h>
#include <asm/pbl_nmon.h>
.macro board_pbl_start
.set push
@ -34,6 +35,8 @@
debug_ll_ns16550_outc '.'
debug_ll_ns16550_outnl
mips_nmon
copy_to_link_location pbl_start
.set pop