[coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Stefan Reinauer
see patch! -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: [EMAIL PROTECTED] • http://www.coresystems.de/ Registergericht: Amtsgericht Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866 Remove welc

Re: [coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Peter Stuge
On Sat, Aug 02, 2008 at 04:42:43PM +0200, Stefan Reinauer wrote: > - printk_info("Version %s\n", BOOTLOADER_VERSION); > - printk_info("\n"); > + printk_debug("\nelfboot: Attempting to load payload.\n"); Please keep the version number. Otherwise: Acked-by: Peter Stuge <[EMAIL PROTECTED

Re: [coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Stefan Reinauer
Peter Stuge wrote: On Sat, Aug 02, 2008 at 04:42:43PM +0200, Stefan Reinauer wrote: - printk_info("Version %s\n", BOOTLOADER_VERSION); - printk_info("\n"); + printk_debug("\nelfboot: Attempting to load payload.\n"); Please keep the version number. Otherwise: Acked-by

Re: [coreboot] [PATCH] [v2] remove verbose introduction of elfboot.

2008-08-02 Thread Uwe Hermann
On Sat, Aug 02, 2008 at 05:10:43PM +0200, Stefan Reinauer wrote: > Peter Stuge wrote: >> On Sat, Aug 02, 2008 at 04:42:43PM +0200, Stefan Reinauer wrote: >> >>> - printk_info("Version %s\n", BOOTLOADER_VERSION); >>> - printk_info("\n"); >>> + printk_debug("\nelfboot: Attempting to load pay