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