Ouch! I wonder why this didn't hit me. Thanks a lot! :-) Stefan
On 8/27/09 3:02 PM, [email protected] wrote: > Author: oxygene > Date: 2009-08-27 15:02:28 +0200 (Thu, 27 Aug 2009) > New Revision: 4597 > > Modified: > trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h > Log: > Another trivial patch to fix up the x86emu cleanup. > > > Signed-off-by: Patrick Georgi <[email protected]> > Acked-by: Patrick Georgi <[email protected]> > > > Modified: trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h > =================================================================== > --- trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h 2009-08-27 > 12:10:50 UTC (rev 4596) > +++ trunk/coreboot-v2/util/x86emu/include/x86emu/x86emu.h 2009-08-27 > 13:02:28 UTC (rev 4597) > @@ -43,7 +43,7 @@ > #define __X86EMU_X86EMU_H > > /* FIXME: redefine printk for the moment */ > -#ifdef COREBOOT_V2 > +#ifdef CONFIG_COREBOOT_V2 > #include <console/console.h> > #undef printk > #define printk(x...) do_printk(BIOS_DEBUG, x) > > > -- 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

