Skip to content

Commit

Permalink
Remove early video init, don't need the debug output anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlr committed Nov 28, 2012
1 parent 32064fe commit c5dbfbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/system/boot/platform/raspberrypi_arm/start.cpp
Expand Up @@ -137,7 +137,6 @@ _start(void)
// To debug mmu, enable serial_init above me!
mmu_init();

platform_init_video();
// Map in the boot archive loaded into memory by the firmware.
args.platform.boot_tgz_size = BOOT_ARCHIVE_SIZE;
args.platform.boot_tgz_data = (void*)mmu_map_physical_memory(
Expand Down

0 comments on commit c5dbfbe

Please sign in to comment.