Index: boot/arch/mips32/include/arch.h
===================================================================
--- boot/arch/mips32/include/arch.h	(revision 14febed99d983f8eb0e743677bbec7ee7df1e157)
+++ boot/arch/mips32/include/arch.h	(revision 06b0211b4ee03a6f5e22a538f727075215620bb6)
@@ -51,5 +51,6 @@
 #define LOADER_OFFSET    0x00103000
 
-#define MALTA_SERIAL     0xb80003f8
+#define YAMON_SUBR_BASE		PA2KA(0x1fc00500)
+#define YAMON_SUBR_PRINT_COUNT	(YAMON_SUBR_BASE + 0x4)
 #endif
 
