Index: arch/mips32/src/console.c
===================================================================
--- arch/mips32/src/console.c	(revision fe050b782a8daa5c00ef507564f23db6dc0704cc)
+++ arch/mips32/src/console.c	(revision 2a46e10bda4f9665e1b831254e35ea3e01b97563)
@@ -43,5 +43,5 @@
 		msim_console();
 #ifdef CONFIG_FB
-	fb_init(0xb2000000, 640, 480);
+	fb_init(0xb2000000, 640, 480, 3); // gxemul framebuffer
 #endif
 }
