From 333883485c441f5cbe0708642141973577695a97 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sun, 2 Dec 2012 22:40:16 +0100 Subject: [PATCH] Rephrase the debug output, it is not that early anymore. --- src/system/boot/platform/raspberrypi_arm/video.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/system/boot/platform/raspberrypi_arm/video.cpp b/src/system/boot/platform/raspberrypi_arm/video.cpp index 2bfe171b99..e33a32dedd 100644 --- a/src/system/boot/platform/raspberrypi_arm/video.cpp +++ b/src/system/boot/platform/raspberrypi_arm/video.cpp @@ -82,8 +82,7 @@ platform_init_video(void) if (result != B_OK) return result; - blue_screen_clear_screen(); - blue_screen_puts("Welcome to very early on-screen debug output on rPi!\n"); + blue_screen_puts("Welcome to early on-screen debug output on rPi!\n"); sOnScreenDebugOutputAvailable = true; gKernelArgs.frame_buffer.physical_buffer.start