Index: kernel/arch/mips32/src/mips32.c
===================================================================
--- kernel/arch/mips32/src/mips32.c	(revision d227101926028711e095e37ad2b5e2f5f3d340a9)
+++ kernel/arch/mips32/src/mips32.c	(revision 287920fbf506e950a6b1035b8520eeaf673338bf)
@@ -128,5 +128,5 @@
 {
 #ifdef CONFIG_FB
-	fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer
+	fb_init(0x12000000, 640, 480, 24, 1920, false); // gxemul framebuffer
 #endif
 	sysinfo_set_item_val("machine." STRING(MACHINE),NULL,1);
