Enable the early framebuffer and on-screen debug output.

This commit is contained in:
Michael Lotz
2012-11-27 22:42:33 +01:00
parent 18b04bdde1
commit ebd0697853
@@ -116,6 +116,9 @@ _start(void)
// Flick on "OK" led, use pre-mmu firmware base // Flick on "OK" led, use pre-mmu firmware base
gpio_write(gPeripheralBase + GPIO_BASE, 16, 0); gpio_write(gPeripheralBase + GPIO_BASE, 16, 0);
// Set up the framebuffer here to help debug the early boot.
platform_init_video();
// To debug mmu, enable serial_init above me! // To debug mmu, enable serial_init above me!
mmu_init(); mmu_init();