Index: kernel/arch/mips32/src/mips32.c
===================================================================
--- kernel/arch/mips32/src/mips32.c	(revision 73a1fe5b91c30e933651a7a22af4e5e3b230a12e)
+++ kernel/arch/mips32/src/mips32.c	(revision 228b13511773d4e4522facc70f00a9efccb1be5e)
@@ -54,4 +54,5 @@
 #include <arch/debugger.h>
 #include <genarch/fb/fb.h>
+#include <genarch/fb/visuals.h>
 #include <macros.h>
 #include <ddi/device.h>
@@ -123,5 +124,5 @@
 	console_init(device_assign_devno());
 #ifdef CONFIG_FB
-	fb_init(0x12000000, 640, 480, 24, 1920, false); // gxemul framebuffer
+	fb_init(0x12000000, 640, 480, 1920, VISUAL_RGB_8_8_8); // gxemul framebuffer
 #endif
 	sysinfo_set_item_val("machine." STRING(MACHINE), NULL, 1);
