[coreboot] r3468 - trunk/coreboot-v2/src/boot

svn at coreboot.org svn at coreboot.org
Sun Aug 3 12:38:27 CEST 2008


Author: stepan
Date: 2008-08-03 12:38:26 +0200 (Sun, 03 Aug 2008)
New Revision: 3468

Modified:
   trunk/coreboot-v2/src/boot/elfboot.c
Log:
Remove welcome message from elfboot. None of the other subsystems have their
own welcome message.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/coreboot-v2/src/boot/elfboot.c
===================================================================
--- trunk/coreboot-v2/src/boot/elfboot.c	2008-08-03 10:35:06 UTC (rev 3467)
+++ trunk/coreboot-v2/src/boot/elfboot.c	2008-08-03 10:38:26 UTC (rev 3468)
@@ -609,11 +609,7 @@
 	int i, result;
 
 	result = 0;
-	printk_info("\n");
-	printk_info("Welcome to %s, the open sourced starter.\n", BOOTLOADER);
-	printk_info("January 2002, Eric Biederman.\n");
-	printk_info("Version %s\n", BOOTLOADER_VERSION);
-	printk_info("\n");
+	printk_debug("\nelfboot: Attempting to load payload.\n");
 	post_code(0xf8);
 
 	if (stream_init() < 0) {





More information about the coreboot mailing list