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