From c5dbfbe5fc477d17938d9755040068e5a8cd347e Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 28 Nov 2012 02:08:38 +0100 Subject: [PATCH] Remove early video init, don't need the debug output anymore. --- src/system/boot/platform/raspberrypi_arm/start.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/boot/platform/raspberrypi_arm/start.cpp b/src/system/boot/platform/raspberrypi_arm/start.cpp index e55549f3de0..46b0e8df578 100644 --- a/src/system/boot/platform/raspberrypi_arm/start.cpp +++ b/src/system/boot/platform/raspberrypi_arm/start.cpp @@ -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(