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@coresystems.de Acked-by: Uwe Hermann uwe@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) {