Remove welcome message from elfboot. None of the other subsystems have their
authorStefan Reinauer <stepan@coresystems.de>
Sun, 3 Aug 2008 10:38:26 +0000 (10:38 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 3 Aug 2008 10:38:26 +0000 (10:38 +0000)
own welcome message.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3468 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/boot/elfboot.c

index 03e9561d6128a56c36ff48e5f1f4ca7f0eb31205..71ecddf8ab59d7cad548d439cd8ea8cfd15990d6 100644 (file)
@@ -609,11 +609,7 @@ int elfboot(struct lb_memory *mem)
        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) {