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> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3468 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
912857ec6c
commit
9ecf8fb1cf
|
@ -609,11 +609,7 @@ int elfboot(struct lb_memory *mem)
|
||||||
int i, result;
|
int i, result;
|
||||||
|
|
||||||
result = 0;
|
result = 0;
|
||||||
printk_info("\n");
|
printk_debug("\nelfboot: Attempting to load payload.\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");
|
|
||||||
post_code(0xf8);
|
post_code(0xf8);
|
||||||
|
|
||||||
if (stream_init() < 0) {
|
if (stream_init() < 0) {
|
||||||
|
|
Loading…
Reference in New Issue